Skip to content

Commit

Permalink
Merge pull request #734 from containerd/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
ktock committed Apr 12, 2022
2 parents 4bc2988 + 8ef2ef6 commit aa8dbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download Builds
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ env.OUTPUT_DIR }}
- name: Create Release
Expand Down

0 comments on commit aa8dbc9

Please sign in to comment.