Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action from v4.3.1 to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-renovate[bot] committed May 11, 2024
1 parent 1340b66 commit 4803b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tool: cross
- run: mkdir dist
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} rustc --locked --release --target=${{ matrix.target }} -- --emit=link=dist/binary
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ matrix.target }}
path: |
Expand Down

0 comments on commit 4803b30

Please sign in to comment.