Skip to content

Commit a94e102

Browse files
authored
Merge pull request #3 from olekspickle/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents af83010 + 5a9f997 commit a94e102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tar -czf ${{ env.pkg_name }}_linux.tar.gz ${{ env.pkg_name }}
5757
5858
- name: Upload package to workflow artifacts
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: ${{ env.pkg_name }}_linux.tar.gz
6262
path: ${{ env.pkg_name }}_linux.tar.gz

0 commit comments

Comments
 (0)