Skip to content

Commit ef1c358

Browse files
committed
Update GitHub Actions to use upload and download artifact actions version 4
1 parent ed7cff6 commit ef1c358

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
@@ -66,7 +66,7 @@ jobs:
6666
ls -la
6767
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: cpw-${{ matrix.goos }}-${{ matrix.arch }}${{ matrix.goarm }}
7272
path: cpw-${{ matrix.goos }}-${{ matrix.arch }}${{ matrix.goarm != '' && 'v' || '' }}${{ matrix.goarm }}
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Download artifacts
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
path: ./artifacts
8282

0 commit comments

Comments
 (0)