Skip to content

Commit aa8453e

Browse files
authored
Merge pull request #32 from prometheus/dependabot/github_actions/actions/save_artifacts/actions/upload-artifact-4.6.1
Bump actions/upload-artifact from 4.6.0 to 4.6.1 in /actions/save_artifacts
2 parents de090bc + 512f10a commit aa8453e

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
@@ -14,7 +14,7 @@ runs:
1414
echo NAME=$(echo artifact-*.tar) >> $GITHUB_OUTPUT
1515
shell: bash
1616
id: tar
17-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
17+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1818
with:
1919
name: ${{ steps.tar.outputs.NAME }}
2020
path: artifact-*.tar

0 commit comments

Comments
 (0)