Skip to content

Commit 5e6e153

Browse files
authored
Merge pull request #5 from JuliaHPC/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b983989 + a78465b commit 5e6e153

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@v4
122+
uses: actions/upload-artifact@v5
123123
with:
124124
name: digests-${{ env.PLATFORM_PAIR }}
125125
path: /tmp/digests/*

0 commit comments

Comments
 (0)