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

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 6d767b0 commit 546e5e3
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 546e5e3

Please sign in to comment.