Skip to content

Commit 07f3e9d

Browse files
committed
update upload/download artifacts to v4
1 parent 643b3f6 commit 07f3e9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
file: ${{ steps.dl.outputs.filename }}
116116
compression: ${{matrix.compression}}
117117

118-
- uses: actions/upload-artifact@v3
118+
- uses: actions/upload-artifact@v4
119119
with:
120120
path: ${{ steps.bottle.outputs.filename }}
121121
name: ${{ steps.bottle.outputs.name }}

download-build-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
id: prep
6464
shell: bash
6565

66-
- uses: actions/download-artifact@v3
66+
- uses: actions/download-artifact@v4
6767
id: download
6868
with:
6969
name: ${{ steps.prep.outputs.artifact-name }}

upload-build-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
id: tar
4141
shell: bash
4242

43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
path: ${{ steps.tar.outputs.path }}
4646
name: ${{ steps.tar.outputs.name }}

0 commit comments

Comments
 (0)