Skip to content

Commit abd90ec

Browse files
authored
Merge pull request #1378 from containers/renovate/major-github-artifact-actions
[skip-ci] Update GitHub Artifact Actions (major)
2 parents 8c639db + 1b53849 commit abd90ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
make vendor-tarball
7979
- name: Upload to Actions as artifact
80-
uses: actions/upload-artifact@v5
80+
uses: actions/upload-artifact@v6
8181
with:
8282
name: release-artifacts
8383
path: vendor-tarball
@@ -112,7 +112,7 @@ jobs:
112112
- name: Display release notes
113113
run: cat $VERSION-release-notes.md
114114
- name: Download all artifacts
115-
uses: actions/download-artifact@v6
115+
uses: actions/download-artifact@v7
116116
with:
117117
path: release-artifacts
118118
- name: Create release

0 commit comments

Comments
 (0)