Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 8c46c8f commit 303e07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
done
ls -lh ./bin
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: release-executable-${{ matrix.target }}
if-no-files-found: error
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe"
ls -lh ./bin
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: release-executable-${{ env.TARGET }}
if-no-files-found: error
Expand Down

0 comments on commit 303e07c

Please sign in to comment.