From 0c44d5a610654da60e029ff818f07e7fbf0d5ae0 Mon Sep 17 00:00:00 2001 From: Jakob Frank Date: Fri, 26 Apr 2024 13:20:10 +0200 Subject: [PATCH] Update and align upload and download actions --- .github/workflows/compile-test.yml | 6 +++--- .github/workflows/test-results.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile-test.yml b/.github/workflows/compile-test.yml index b547a58..f3b01a7 100644 --- a/.github/workflows/compile-test.yml +++ b/.github/workflows/compile-test.yml @@ -23,13 +23,13 @@ jobs: cat ./target/generated-sources/license/THIRD-PARTY.txt - name: Upload Test Results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Test Results path: "**/TEST-*.xml" - name: Upload Licenses List if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Licenses List path: "./target/generated-sources/license/THIRD-PARTY.txt" @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Event File path: ${{ github.event_path }} \ No newline at end of file diff --git a/.github/workflows/test-results.yaml b/.github/workflows/test-results.yaml index 09cd284..5fc6117 100644 --- a/.github/workflows/test-results.yaml +++ b/.github/workflows/test-results.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Download and Extract Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts github-token: ${{secrets.GITHUB_TOKEN}}