Skip to content

Commit 3b9f327

Browse files
committedDec 22, 2024
Update upload-artifact to v4
1 parent c2f6c19 commit 3b9f327

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/debian-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
make VERBOSE=1 -j4
2323
2424
- name: Upload Artifacts
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: cen64 Debian
2828
path: ./build/cen64

‎.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
make VERBOSE=1 -j4
2222
2323
- name: Upload Artifacts
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: cen64 MacOS
2727
path: ./build/cen64

‎.github/workflows/msys2-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
make VERBOSE=1 -j4
7878
7979
- name: "Upload executable"
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: windows-${{ matrix.arch }}-${{ matrix.extensions }}
8383
path: C:/_/build/*.exe
8484

8585
- name: "Upload dll"
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: windows-${{ matrix.arch }}-${{ matrix.extensions }}
8989
path: C:/_/build/*.dll

0 commit comments

Comments
 (0)
Failed to load comments.