Skip to content

Commit

Permalink
Merge pull request #9 from Laravel-Lang/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
andrey-helldar authored Dec 15, 2023
2 parents 718eab7 + 53d630f commit f8ddb09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: artifacts
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: composer update --no-progress --no-interaction

- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs

Expand Down Expand Up @@ -180,17 +180,17 @@ jobs:

steps:
- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs

- name: Download sitemap artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sitemap

- name: Download robots artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: robots

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

steps:
- name: Download search artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: algolia-indexes

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

steps:
- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: artifacts
Expand Down

0 comments on commit f8ddb09

Please sign in to comment.