Bump actions/download-artifact from 4 to 6 #12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-to-release.yml
vendored
2
.github/workflows/build-to-release.yml
vendored
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue