Skip to content

Commit dc9b8f8

Browse files
Merge pull request #15 from sipist/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 5bbdf38 + 128ffa4 commit dc9b8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
touch "${{ runner.temp }}/digests/${digest#sha256:}"
9797
9898
- name: Upload digest
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: digests-${{ env.PLATFORM_PAIR }}
102102
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)