From fb4fb24b9e7648cb0a3832c8e754e2a0ed2141f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:36:22 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.1 --- .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 01cea01..3b904fb 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@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: image path: concourse-github-app-token.tar