diff --git a/.github/workflows/container-oidc.yml b/.github/workflows/container-oidc.yml index 6ef1275..23369e1 100644 --- a/.github/workflows/container-oidc.yml +++ b/.github/workflows/container-oidc.yml @@ -102,7 +102,7 @@ jobs: - name: Include .env file if: ${{ inputs.env-file }} - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env-file diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2267876..38fe159 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -94,7 +94,7 @@ jobs: - name: Include .env file if: ${{ inputs.env-file }} - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: env-file