Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Mar 12, 2024
1 parent 609f0aa commit e705399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 e705399

Please sign in to comment.