Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent f4ffaea commit 6039a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: zip site contents
run: zip -r _site.zip docs/_site/
- name: Archive site artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: siteArtifact
path: _site.zip
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master'}}
steps:
- name: Download site artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: siteArtifact
- name: unzip site contents
Expand Down

0 comments on commit 6039a75

Please sign in to comment.