From 7c5f9c5417151ed38aece2f418fb68b453e1b639 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 14 Oct 2024 11:01:04 +0100 Subject: [PATCH] Update upload-artifact github action v2 was deprecated mid-2024 and is not breaking workflow runs --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 416e1b326..ad5b38174 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -112,7 +112,7 @@ jobs: run: /sytest/scripts/tap_to_gha.pl /logs/results.tap - name: Upload SyTest logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: ${{ always() }} with: name: Sytest Logs - ${{ job.status }} - (Synapse, ${{ matrix.label }}) @@ -187,7 +187,7 @@ jobs: run: /sytest/scripts/tap_to_gha.pl /logs/results.tap - name: Upload SyTest logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: ${{ always() }} with: name: Sytest Logs - ${{ job.status }} - (Dendrite, ${{ join(matrix.*, ', ') }})