Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Nov 7, 2024
1 parent f1c84f3 commit e2719b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
- name: Tar artifact # Artifact are case insensitive, this is workaround
run: tar -czf web_build.tar.gz web/build/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: web_build
path: web_build.tar.gz
retention-days: 14
- name: Upload table
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: component_table
path: parts.csv
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Checkout # Required for GH-pages deployment
uses: actions/checkout@v3
- name: "Download web"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: web_build
- name: Untar artifact
Expand Down

0 comments on commit e2719b7

Please sign in to comment.