Skip to content

Commit

Permalink
ci: updates upload and download artifact steps in build and deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-benton committed Sep 27, 2024
1 parent 57f1839 commit 3fc7d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
INTERCOM_APP_ID: ${{ secrets.INTERCOM_APP_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Built Site
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gatsby-public-folder
path: public/
Expand All @@ -127,7 +127,7 @@ jobs:
env:
CI: true
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: gatsby-public-folder
path: public/
Expand Down

1 comment on commit 3fc7d02

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.