Skip to content

Commit

Permalink
Merge pull request #222 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 d18c7f1 + 4cf200a commit d513b17
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 @@ -111,7 +111,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 @@ -172,7 +172,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 d513b17

Please sign in to comment.