From 51b16ca8d7e151d386a8a8c07dbaf825d93b84f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:38:53 +0000 Subject: [PATCH] chore: bump actions/download-artifact from 4.1.8 to 4.1.9 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...cc203385981b70ca67e1cc392babf9cc229d5806) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pepr-excellent-examples-unicorn.yml | 2 +- .github/workflows/pepr-excellent-examples.yml | 2 +- .github/workflows/soak.yaml | 2 +- .github/workflows/uds.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pepr-excellent-examples-unicorn.yml b/.github/workflows/pepr-excellent-examples-unicorn.yml index 5b3ae778..9dd6d96c 100644 --- a/.github/workflows/pepr-excellent-examples-unicorn.yml +++ b/.github/workflows/pepr-excellent-examples-unicorn.yml @@ -170,7 +170,7 @@ jobs: shell: bash - name: download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: pepr-package-and-controller-image path: ${{ github.workspace }} diff --git a/.github/workflows/pepr-excellent-examples.yml b/.github/workflows/pepr-excellent-examples.yml index 2806cebb..1eded581 100644 --- a/.github/workflows/pepr-excellent-examples.yml +++ b/.github/workflows/pepr-excellent-examples.yml @@ -160,7 +160,7 @@ jobs: shell: bash - name: download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: pepr-package-and-controller-image path: ${{ github.workspace }} diff --git a/.github/workflows/soak.yaml b/.github/workflows/soak.yaml index 0da87387..6d9e9226 100644 --- a/.github/workflows/soak.yaml +++ b/.github/workflows/soak.yaml @@ -92,7 +92,7 @@ jobs: shell: bash - name: dowload image tar artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: pepr-img.tar path: ${{ github.workspace }} diff --git a/.github/workflows/uds.yml b/.github/workflows/uds.yml index 4629167c..a7f62f07 100644 --- a/.github/workflows/uds.yml +++ b/.github/workflows/uds.yml @@ -104,7 +104,7 @@ jobs: uds version - name: dowload image tar artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: pepr-img.tar path: ${{ github.workspace }}