mirror of
https://github.com/containers/netavark.git
synced 2026-02-05 15:45:47 +01:00
[skip-ci] Update GitHub Artifact Actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
run: |
|
||||
make vendor-tarball
|
||||
- name: Upload to Actions as artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: release-artifacts
|
||||
path: vendor-tarball
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
- name: Display release notes
|
||||
run: cat $VERSION-release-notes.md
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: release-artifacts
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user