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 #8 from nico-i/renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4

/spent 1m
  • Loading branch information
nico-i authored Feb 3, 2024
2 parents 6d767b0 + 546e5e3 commit ff3d9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
SITE_URL: ${{ vars.SITE_URL }}
run: yarn build
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: public-folder
path: ./public
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run Playwright Tests
run: yarn test:ci
- name: Upload Coverage Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./coverage

Expand Down

0 comments on commit ff3d9e6

Please sign in to comment.