From 6c3dd7abe69318a3a62e1ef2dcc7544e47eeccca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:26:20 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f201ee7..02d953d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: | docker save tenjaa/concourse-github-app-token:${{ github.sha }} > concourse-github-app-token.tar - name: Pass image to next job - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.1.0 with: name: image path: concourse-github-app-token.tar