Skip to content

Commit

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

GH Actions: Bump actions/download-artifact from 3 to 4
  • Loading branch information
jrfnl authored Dec 18, 2023
2 parents a04ee00 + 2e0f58b commit 59b2d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Retention is normally 90 days, but this artifact is only for review
# and use in the next step, so no need to keep it for more than a day.
- name: Upload the artifact folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: deploy-artifact
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

# The artifact will be unpacked into the root directory of the repository.
- name: Download and unpack the prepared artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: deploy-artifact

Expand Down

0 comments on commit 59b2d6b

Please sign in to comment.