From 283d9ca2804d07463372b67837e242b42b439976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20P=C3=B6ttker?= <25299532+hpoettker@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:21:29 +0200 Subject: [PATCH] Upgrade GitHub action upload-artifact --- .github/workflows/build.yml | 6 +++--- .github/workflows/fuzz.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b24bfad9..4de69ffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: true - name: Upload test log if: steps.make-check.outcome == 'failure' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-suite-log-linux-${{ matrix.compiler }} path: test-suite.log @@ -59,7 +59,7 @@ jobs: continue-on-error: true - name: Upload test log if: steps.make-check.outcome == 'failure' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-suite-log-macos-${{ matrix.compiler }} path: test-suite.log @@ -96,7 +96,7 @@ jobs: continue-on-error: true - name: Upload test log if: steps.make-check.outcome == 'failure' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-suite-log-windows path: test-suite.log diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 4b756f71..1ca72b8e 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -16,7 +16,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: artifacts