Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from nico-i/renovate/actions-download-artifact-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/download-artifact action to v4

/spent 1m
  • Loading branch information
nico-i authored Feb 3, 2024
2 parents ff3d9e6 + f5064a3 commit 23c0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
~/.cache/ms-playwright
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: public-folder
path: ./public
Expand Down

0 comments on commit 23c0726

Please sign in to comment.