Bump actions/download-artifact from 7 to 8 #18
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@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue