Skip to content

Commit

Permalink
Merge pull request #852 from WordPress/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

GH Actions: Bump actions/download-artifact from 3 to 4
  • Loading branch information
jrfnl authored Dec 18, 2023
2 parents bcb6c86 + 70e4646 commit 681bc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 artifacts folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: website-updates
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
ref: gh-pages

- name: Download the prepared artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: website-updates
path: artifacts
Expand Down

0 comments on commit 681bc05

Please sign in to comment.