From 16a48056564cdac9fd2ed95193987a2ac6294d91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:06:20 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 --- .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 24ad3fe..c455022 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.2 + uses: actions/upload-artifact@v4.4.3 with: name: image path: concourse-github-app-token.tar