1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

Merge pull request #948 from schollz/dependabot/github_actions/actions/download-artifact-5

build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
Zack 2025-08-12 06:24:35 -07:00 committed by GitHub
commit 69889201ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ jobs:
if: github.event_name == 'release' if: github.event_name == 'release'
steps: steps:
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
merge-multiple: true merge-multiple: true