Skip to content

Commit 1862821

Browse files
authored
Merge pull request #104 from JulianFP/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 28161c9 + fa71266 commit 1862821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
touch "${{ runner.temp }}/${{ matrix.container }}-digests/${digest#sha256:}"
194194
195195
- name: Upload ${{ matrix.container }} digest
196-
uses: actions/upload-artifact@v5
196+
uses: actions/upload-artifact@v6
197197
with:
198198
name: ${{ matrix.container }}-digests-${{ env.PLATFORM_PAIR }}
199199
path: ${{ runner.temp }}/${{ matrix.container }}-digests/*

0 commit comments

Comments
 (0)