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:
Akihiro Suda
2026-03-03 09:34:39 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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