Skip to content

Commit

Permalink
chore(deps): Bump actions/download-artifact from 4.1.8 to 4.1.9
Browse files Browse the repository at this point in the history
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](actions/download-artifact@fa0a91b...cc20338)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent ea4779c commit 0949c67
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.apicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
check-for-updates: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
check-for-updates: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
cache-read-only: true
cache-encryption-key: ${{ secrets.GRADLE_CONFIGURATION_KEY }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
check-for-updates: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
check-for-updates: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: "Setup: Yarn"
run: pnpm install -g yarn@1.22.19
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- name: "Setup: Yarn"
run: pnpm install -g yarn@1.22.19
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ jobs:
- name: "Setup: Yarn"
run: yarn
- name: "Setup: Site Manifest"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: site-manifest
path: ./artifacts/
- name: "Setup: Site Tarball"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: site-tarball-phase1
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: "Setup: Artifacts"
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
continue-on-error: true
with:
merge-multiple: true
Expand Down

0 comments on commit 0949c67

Please sign in to comment.