diff --git a/.github/workflows/build-and-trigger-deploy.yml b/.github/workflows/build-and-trigger-deploy.yml index 322b798..a78400c 100644 --- a/.github/workflows/build-and-trigger-deploy.yml +++ b/.github/workflows/build-and-trigger-deploy.yml @@ -25,7 +25,7 @@ jobs: needs: version-stamp steps: - uses: actions/checkout@v1 - - uses: actions/download-artifact@v1.0.0 + - uses: actions/download-artifact@v4.1.7 with: { name: version } - name: Build Docker image run: > @@ -39,9 +39,9 @@ jobs: runs-on: ubuntu-latest needs: [version-stamp, docker-image-amd64] steps: - - uses: actions/download-artifact@v1.0.0 + - uses: actions/download-artifact@v4.1.7 with: { name: version } - - uses: actions/download-artifact@v1.0.0 + - uses: actions/download-artifact@v4.1.7 with: { name: docker-image-amd64 } - name: Configure Docker client / login run: >