Skip to content

Commit adc7253

Browse files
Mixficsolwuxianrong
and
wuxianrong
authored
update artifact version (#3066)
Co-authored-by: wuxianrong <wuxianrong@360.cn>
1 parent 5b43d23 commit adc7253

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
./ci/release-build.sh checksum ${{ github.event.repository.name }} ${{ matrix.name }}
3737
3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: ${{ matrix.name }}
4242
path: build/${{ matrix.name }}
4343

4444
- name: Upload checksum of artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: ${{ matrix.name }}.sha256sum
4848
path: build/${{ matrix.name }}.sha256sum
@@ -74,13 +74,13 @@ jobs:
7474
run: ./ci/release-build.sh checksum ${{ github.event.repository.name }} ${{ env.name }}
7575

7676
- name: Upload artifacts
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: ${{ env.name }}
8080
path: build/${{ env.name }}
8181

8282
- name: Upload checksum of artifacts
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: ${{ env.name }}.sha256sum
8686
path: build/${{ env.name }}.sha256sum
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Download artifacts
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595

9696
- name: Publish release
9797
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)