Skip to content

Commit

Permalink
ci: bump artifact actions to v4 (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Feb 3, 2025
1 parent 3c96506 commit 03820e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Upload docs website
# Runs on merge to the `beta` branch
if: github.event_name == 'push' && github.ref_name == 'beta'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: ${{ env.DOCS_APP_ARTIFACT_NAME }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
cancel-in-progress: ${{ github.event_name != 'push' }}
steps:
- name: Download docs website
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.DOCS_APP_ARTIFACT_NAME }}
path: ${{ env.DOCS_APP_PATH }}
Expand Down

0 comments on commit 03820e9

Please sign in to comment.