Skip to content

Commit 144fff9

Browse files
authored
Merge pull request #133 from ryanlua/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 1b9625c + 26a871f commit 144fff9

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
@@ -59,7 +59,7 @@ jobs:
5959
wally install
6060
6161
- name: Download build files
62-
uses: actions/download-artifact@v7
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: ${{ env.OUTPUT_NAME }}
6565
path: builds/

0 commit comments

Comments
 (0)