Skip to content

Commit 52a9dd5

Browse files
authored
Merge pull request #4953 from opencontainers/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 644bb1e + f5f6056 commit 52a9dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- name: make releaseall
226226
run: make releaseall
227227
- name: upload artifacts
228-
uses: actions/upload-artifact@v4
228+
uses: actions/upload-artifact@v5
229229
with:
230230
name: release-${{ github.run_id }}
231231
path: release/*

0 commit comments

Comments
 (0)