Skip to content

Commit

Permalink
Update gatsby-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakusupati authored Nov 5, 2024
1 parent 978f8bb commit 3535db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gatsby-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js 19.x
uses: actions/setup-node@v3
Expand All @@ -30,7 +30,7 @@ jobs:
zip -r ../public.zip *
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: public.zip
path: public.zip
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: public.zip
path: ./
Expand Down

0 comments on commit 3535db7

Please sign in to comment.