Merge pull request #9559 from containerd/dependabot/github_actions/actions/download-artifact-4
build(deps): bump actions/download-artifact from 3 to 4
This commit is contained in:
commit
5db60aa61a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
|||||||
needs: [build, check]
|
needs: [build, check]
|
||||||
steps:
|
steps:
|
||||||
- name: Download builds and release notes
|
- name: Download builds and release notes
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: builds
|
path: builds
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
Loading…
Reference in New Issue
Block a user