Skip to content

Commit 4399102

Browse files
Bump actions/download-artifact from 3 to 4 (#44)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4953148 commit 4399102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Get all artifacts
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4
7171
- name: Zip each artifact
7272
run: find . -type d ! -path . -execdir zip -9 -rj "{}.zip" "{}" \;
7373

0 commit comments

Comments
 (0)