From 7fbf870b7e9a71f092fa7fa450ff8a677f2bc721 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Mar 2022 20:35:08 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 --- .github/workflows/container-oidc.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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