Skip to content

Commit

Permalink
Update *-artifact CI steps for a nice build perf boost
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Feb 20, 2024
1 parent 1a547fa commit 3248743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
NODE_ENV: production
GATSBY_POSTHOG_KEY: ${{ secrets.GATSBY_POSTHOG_KEY }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: public
path: public/*
if-no-files-found: error

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: rss
path: public/rss.xml
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rss
path: local-rss
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: public
path: public
Expand Down

0 comments on commit 3248743

Please sign in to comment.