Skip to content

Commit f4b3db7

Browse files
authored
Merge pull request #7 from EnzymeAD/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6 [skip ci]
2 parents d3c9d68 + e0e2401 commit f4b3db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DockerPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
touch "/tmp/digests/${digest#sha256:}"
120120
121121
- name: Upload digest
122-
uses: actions/upload-artifact@v5
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: digests-${{ env.PLATFORM_PAIR }}
125125
path: /tmp/digests/*

0 commit comments

Comments
 (0)