Skip to content

Commit 6bdd7b9

Browse files
Use uploadartifactv4 to stop github complaining
1 parent dcff822 commit 6bdd7b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-debian-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make test -j8
2727
- name: Upload test output
2828
if: failure()
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: tests-debian-clang
3232
path: tests/*.*

.github/workflows/test-debian-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
make test -j8
2626
- name: Upload test output
2727
if: failure()
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: tests-debian-gcc
3131
path: tests/*.*

.github/workflows/test-debian-tcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make test -j8
2727
- name: Upload test output
2828
if: failure()
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: tests-debian-tcc
3232
path: tests/*.*

.github/workflows/test-macos-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
make test -j8
3535
- name: Upload test output
3636
if: failure()
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: tests-macOS-clang
4040
path: tests/*.*

0 commit comments

Comments
 (0)