Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2022
1 parent d9e4f18 commit d538b15
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 @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts
- name: Create GitHub release
Expand Down

0 comments on commit d538b15

Please sign in to comment.