Skip to content

Commit

Permalink
Merge pull request #1251 from skaut/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
marekdedic authored Dec 18, 2023
2 parents 617df5e + 9947f2b commit e1bcd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: "Download artifact"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "listings"
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: "Download artifact"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "frontend"
path: packages/frontend/dist
Expand Down

0 comments on commit e1bcd25

Please sign in to comment.