Skip to content

Commit

Permalink
Merge pull request #402 from tktcorporation/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

⬆️ Bump actions/download-artifact from 3 to 4
  • Loading branch information
tktcorporation committed Feb 19, 2024
2 parents 97b8feb + 56e529d commit 7ba883b
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 @@ -149,7 +149,7 @@ jobs:
go-version: "^1.15.7"

- name: Setup | Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup | Checksums
run: for file in discord-tts-bot-*/discord-tts-bot-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
Expand Down

0 comments on commit 7ba883b

Please sign in to comment.