Skip to content

Commit

Permalink
Update upload-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Oct 5, 2024
1 parent 938dfbc commit e445691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
gzip 3d/build/outputs/3d_colored_stl/*.stl
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: 3d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: cp -r electronics/build/bom electronics/build/outputs

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: electronics-chainlink
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electronics_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ls -lah electronics/build/outputs
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: electronics-v2
Expand Down

0 comments on commit e445691

Please sign in to comment.