Skip to content

Commit 6c7b619

Browse files
authored
Merge pull request #122 from JulianFP/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 6bf4f26 + d383b15 commit 6c7b619

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
@@ -227,7 +227,7 @@ jobs:
227227
touch "${{ runner.temp }}/${{ matrix.container }}-digests/${digest#sha256:}"
228228
229229
- name: Upload ${{ matrix.container }} digest
230-
uses: actions/upload-artifact@v6
230+
uses: actions/upload-artifact@v7
231231
with:
232232
name: ${{ matrix.container }}-digests-${{ env.PLATFORM_PAIR }}
233233
path: ${{ runner.temp }}/${{ matrix.container }}-digests/*

0 commit comments

Comments
 (0)