Skip to content

Commit

Permalink
update upload/download artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 31, 2024
1 parent 643b3f6 commit 07f3e9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
file: ${{ steps.dl.outputs.filename }}
compression: ${{matrix.compression}}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ${{ steps.bottle.outputs.filename }}
name: ${{ steps.bottle.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion download-build-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
id: prep
shell: bash

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download
with:
name: ${{ steps.prep.outputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion upload-build-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
id: tar
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ${{ steps.tar.outputs.path }}
name: ${{ steps.tar.outputs.name }}
Expand Down

0 comments on commit 07f3e9d

Please sign in to comment.