Skip to content

Commit 3add3a5

Browse files
authored
Upgrade GitHub action upload-artifact (#371)
1 parent 4010db5 commit 3add3a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
continue-on-error: true
2727
- name: Upload test log
2828
if: steps.make-check.outcome == 'failure'
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: test-suite-log-linux-${{ matrix.compiler }}
3232
path: test-suite.log
@@ -59,7 +59,7 @@ jobs:
5959
continue-on-error: true
6060
- name: Upload test log
6161
if: steps.make-check.outcome == 'failure'
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: test-suite-log-macos-${{ matrix.compiler }}
6565
path: test-suite.log
@@ -96,7 +96,7 @@ jobs:
9696
continue-on-error: true
9797
- name: Upload test log
9898
if: steps.make-check.outcome == 'failure'
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: test-suite-log-windows
102102
path: test-suite.log

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fuzz-seconds: 600
1717
dry-run: false
1818
- name: Upload Crash
19-
uses: actions/upload-artifact@v4
19+
uses: actions/upload-artifact@v7
2020
if: failure()
2121
with:
2222
name: artifacts

0 commit comments

Comments
 (0)