Skip to content

Commit f32250d

Browse files
Bump actions/upload-artifact in /actions/save_artifacts (#7)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69ee4ea commit f32250d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/save_artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ runs:
1212
tar cvf artifact.tar ${{ inputs.directory }}
1313
mv artifact.tar artifact-$(sha1sum artifact.tar|awk '{ print $1 }').tar
1414
shell: bash
15-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
15+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
1616
with:
1717
path: artifact-*.tar

0 commit comments

Comments
 (0)