Skip to content

Commit

Permalink
MNT: upgrade upload/download-artifact GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 5, 2024
1 parent 69c7c2e commit 5e6157b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Build

- name: Upload gatsby artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gatsby-build
path: ./public
Expand All @@ -62,7 +62,7 @@ jobs:
python -m pip install -r deployment/requirements.txt
- name: Download gatsby artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: gatsby-build
path: ./public
Expand Down

0 comments on commit 5e6157b

Please sign in to comment.