From 7abba6de53e6ffd4fc2b2c3e3f1bfaef03f05026 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 16 Dec 2024 12:07:52 +0100 Subject: [PATCH] GHA: Update actions/upload-artifact to v4 --- .github/workflows/ci-scripts-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 52f122e5..b79efbb9 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -164,7 +164,7 @@ jobs: run: python .ci/cue.py -T 20M test - name: Upload tapfiles Artifact if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tapfiles ${{ matrix.name }} path: '**/O.*/*.tap'