mirror of
https://github.com/containerd/containerd.git
synced 2026-08-10 17:14:49 +00:00
Merge pull request #12967 from containerd/dependabot/github_actions/actions/download-artifact-8.0.0
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
This commit is contained in:
2
.github/workflows/api-release.yml
vendored
2
.github/workflows/api-release.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
needs: [check]
|
||||
steps:
|
||||
- name: Download release notes
|
||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
path: builds
|
||||
- name: Create Release
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
needs: [build, check]
|
||||
steps:
|
||||
- name: Download builds and release notes
|
||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
path: builds
|
||||
- name: Attest Artifacts
|
||||
|
||||
Reference in New Issue
Block a user