Skip to content

Commit f69e6ad

Browse files
authored
Merge pull request #6 from olekspickle/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 6110dff + 4ba8d5d commit f69e6ad

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@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: ${{ env.pkg_name }}_linux.tar.gz
6262
path: ${{ env.pkg_name }}_linux.tar.gz

0 commit comments

Comments
 (0)