Skip to content

Commit

Permalink
Merge pull request #69 from zooniverse/upload-artifact-v4
Browse files Browse the repository at this point in the history
Update upload-artifact to v4
  • Loading branch information
zwolf authored Mar 12, 2024
2 parents 609f0aa + 17baaab commit 0b13fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.source }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo ${HEAD_COMMIT} > ./${{ inputs.output }}/commit_id.txt

- name: Save build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.output }}
path: ./${{ inputs.output }}/
2 changes: 1 addition & 1 deletion .github/workflows/test_azure_uploads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
curl --output zoologoteal.png https://raw.githubusercontent.com/zooniverse/Brand/master/style%20guide/logos/zooniverse-emblem/zooniverse-logo-teal.png
- name: Save build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: upload-test
path: .
Expand Down

0 comments on commit 0b13fc5

Please sign in to comment.