From 6e3d6048adeb5d5104113f509f21b6529ce4b37d Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Wed, 27 Nov 2024 18:31:09 +0200 Subject: [PATCH] upgrading upload artifact action to v4 (#118) --- .github/workflows/test-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 22c3e63..bdb03a9 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: event-payload path: ${{ github.event_path }}