Skip to content

Commit

Permalink
update upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
erique authored Oct 1, 2024
1 parent 6bec644 commit c3e8594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Replay_Boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/artifact
find . -maxdepth 1 -type f -name "*.zip" -exec mv {} $GITHUB_WORKSPACE/artifact \;
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: R1_Firmware
path: artifact
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/artifact
find . -maxdepth 1 -type f -name "*.zip" -exec mv {} $GITHUB_WORKSPACE/artifact \;
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: replay_mkrvidor4000
path: artifact
Expand Down

0 comments on commit c3e8594

Please sign in to comment.