We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ee4ea commit f32250dCopy full SHA for f32250d
actions/save_artifacts/action.yml
@@ -12,6 +12,6 @@ runs:
12
tar cvf artifact.tar ${{ inputs.directory }}
13
mv artifact.tar artifact-$(sha1sum artifact.tar|awk '{ print $1 }').tar
14
shell: bash
15
- - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
16
with:
17
path: artifact-*.tar
0 commit comments