Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2023
1 parent 7c880ef commit 865b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
args: --manifest-path server/Cargo.toml --target ${{ matrix.cross-target }} --release
-
name: Upload artifact to collect in next job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.cross-target }}
path: server/target/${{ matrix.cross-target }}/release/entrypoint
Expand Down

0 comments on commit 865b59c

Please sign in to comment.