Skip to content

Commit

Permalink
Merge pull request #111 from arkedge/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/upload-artifact action to v4.4.3
  • Loading branch information
sksat authored Nov 13, 2024
2 parents 84161b0 + 42c8a79 commit 78dfad8
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 @@ -53,7 +53,7 @@ jobs:
done
ls -lh ./bin
- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.4.3
with:
name: release-executable-${{ matrix.target }}
if-no-files-found: error
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe"
ls -lh ./bin
- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.4.3
with:
name: release-executable-${{ env.TARGET }}
if-no-files-found: error
Expand Down

0 comments on commit 78dfad8

Please sign in to comment.