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