Skip to content

Commit 3f85255

Browse files
committed
Update GitHub Actions to use v4 of upload/download-artifact actions
1 parent 58459ce commit 3f85255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
tar -czf ${{ matrix.artifact_name }}.tar.gz ${{ matrix.artifact_name }}
8787
8888
- name: Upload artifact
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: ${{ matrix.artifact_name }}
9292
path: |
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v3
104104

105105
- name: Download all artifacts
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
path: artifacts
109109

0 commit comments

Comments
 (0)