Skip to content

Commit

Permalink
Merge pull request #1509 from containerd/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
ktock authored Dec 15, 2023
2 parents 5b5dc6c + 1010324 commit 94b1208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ env.OUTPUT_DIR }}
- name: Create Release
Expand Down

0 comments on commit 94b1208

Please sign in to comment.