Skip to content

Commit

Permalink
Merge pull request #327 from wallarm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4.1.0

Bump actions/download-artifact from 3.0.2 to 4.1.0
  • Loading branch information
xDmitriev authored Dec 25, 2023
2 parents 81e7bb4 + f8603f3 commit 81dc0fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.0.2

- name: Load cache
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: controller-${{ env.ARCH }}.tar

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
fetch-depth: 0

- name: Load cache
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: controller-${{ env.ARCH }}.tar

Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.0.2

- name: Load controller build cache
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: controller-${{ env.ARCH }}.tar

Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.0.2

- name: Load controller build cache
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: controller-${{ env.ARCH }}.tar

Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
ARCH: amd64
steps:
- name: Load controller build cache
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: controller-${{ env.ARCH }}.tar

Expand Down

0 comments on commit 81dc0fa

Please sign in to comment.