Skip to content

Commit

Permalink
update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
erique authored Oct 1, 2024
1 parent 4acd765 commit 594ae75
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@v3
- uses: actions/upload-artifact@v4
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@v3
- uses: actions/upload-artifact@v4
with:
name: replay_mkrvidor4000
path: artifact
Expand Down

0 comments on commit 594ae75

Please sign in to comment.