Skip to content

Commit 70c7d16

Browse files
committed
Fix GitHub Actions: Update to actions/upload-artifact@v4 and actions/download-artifact@v4
1 parent 6f04070 commit 70c7d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-stark-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
ls -la *.tar.gz *.zip
9292
9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: ${{ matrix.artifact_name }}
9797
path: |
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Download all artifacts
108-
uses: actions/download-artifact@v3
108+
uses: actions/download-artifact@v4
109109
with:
110110
path: artifacts
111111

0 commit comments

Comments
 (0)