Skip to content

Commit

Permalink
Update GitHub Actions workflow to use v3 of upload and download artif…
Browse files Browse the repository at this point in the history
…act actions
  • Loading branch information
arvvoid committed Dec 3, 2024
1 parent 96781b9 commit 88c27bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
make verify
- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hex-files
path: ./build/*.hex
Expand All @@ -46,7 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/main')
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: hex-files

Expand Down

0 comments on commit 88c27bd

Please sign in to comment.