Skip to content

Commit

Permalink
ci: Use GHA upload/download artifact v4 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Dec 12, 2024
1 parent 3727749 commit 792e69e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
verbose: true
token: ${{ secrets.CC_TOKEN }}
- name: Archive webR build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webr-dist
path: |
dist
- name: Archive webR documentation artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webr-docs
path: |
Expand All @@ -109,7 +109,7 @@ jobs:
contents: read
steps:
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: webr-dist
- name: Configure AWS credentials
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
contents: read
steps:
- name: Download docs archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: webr-docs
- name: Configure AWS credentials
Expand Down

0 comments on commit 792e69e

Please sign in to comment.