Skip to content

Commit 523c78a

Browse files
authored
Merge pull request #2154 from containerd/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 73ac8ff + ff3eed8 commit 523c78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v5
5252
- name: Download Builds
53-
uses: actions/download-artifact@v5
53+
uses: actions/download-artifact@v6
5454
with:
5555
path: ${{ env.OUTPUT_DIR }}
5656
- name: Create Release

0 commit comments

Comments
 (0)