Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#292)
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@v4.1.8...v4.1.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent a8d6ce6 commit ec62e21
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Download PR diff from auto review prepare step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: pr-diff
path: pr_diff/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Download web assets from test step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: web-client-assets-${{ github.sha }}
path: web/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
REGION: europe-west1
steps:
- name: Download PR number from prepare step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: preview-id
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Download server from prepare step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: preview-server
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Download web assets from test step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: proxy-build-${{ github.sha }}
path: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Download web assets from test step
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: server-build-${{ github.sha }}
path: ./
Expand Down

0 comments on commit ec62e21

Please sign in to comment.