Skip to content

Commit

Permalink
ci: updated upload-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
komar007 committed Sep 10, 2024
1 parent 37fd3a5 commit 517ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Release Build
run: cargo build --release --locked
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME_UNDERSCORE }}
path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}

0 comments on commit 517ef6d

Please sign in to comment.