Skip to content

Commit

Permalink
update actoins/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 1, 2025
1 parent 292a081 commit 7a2d166
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 @@ -23,7 +23,7 @@ jobs:
- name: Release Build
run: cargo build -p semverator --release
- 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 }}
Expand Down

0 comments on commit 7a2d166

Please sign in to comment.