Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rtkay123 committed Feb 10, 2024
1 parent f587c0d commit d284aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
fi
- uses: actions/upload-artifact@v4.3.0
- uses: actions/upload-artifact@v4.3.1
with:
name: bins-${{ matrix.build }}
path: dist
Expand Down

0 comments on commit d284aad

Please sign in to comment.