Skip to content

Commit 96e8f30

Browse files
Change upload-artifact to v4
1 parent a46deb2 commit 96e8f30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint-test-cover-docs-build-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
mkdir rbcl-wheelhouse
6767
mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
68-
- uses: actions/upload-artifact@v3
68+
- uses: actions/upload-artifact@v4
6969
with:
7070
name: ${{ env.WHEELNAME }}
7171
path: rbcl-wheelhouse/
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
mkdir rbcl-wheelhouse
124124
mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
125-
- uses: actions/upload-artifact@v3
125+
- uses: actions/upload-artifact@v4
126126
with:
127127
name: ${{ env.WHEELNAME }}
128128
path: rbcl-wheelhouse/
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
mkdir rbcl-wheelhouse
181181
mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
182-
- uses: actions/upload-artifact@v3
182+
- uses: actions/upload-artifact@v4
183183
with:
184184
name: ${{ env.WHEELNAME }}
185185
path: rbcl-wheelhouse/
@@ -249,7 +249,7 @@ jobs:
249249
mkdir rbcl-wheelhouse
250250
move wheelhouse\rbcl*.whl rbcl-wheelhouse\${{ env.WHEELNAME }}.whl
251251
shell: cmd
252-
- uses: actions/upload-artifact@v3
252+
- uses: actions/upload-artifact@v4
253253
with:
254254
name: ${{ env.WHEELNAME }}
255255
path: rbcl-wheelhouse\

0 commit comments

Comments
 (0)