Skip to content

Commit 3878ef5

Browse files
Merge pull request #4148 from opencontainers/dependabot/github_actions/actions/upload-artifact-4
2 parents a31262c + 7b65578 commit 3878ef5

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
@@ -185,7 +185,7 @@ jobs:
185185
- name: make releaseall
186186
run: make releaseall
187187
- name: upload artifacts
188-
uses: actions/upload-artifact@v3
188+
uses: actions/upload-artifact@v4
189189
with:
190190
name: release-${{ github.run_id }}
191191
path: release/*

0 commit comments

Comments
 (0)