Skip to content

Commit c59a1f0

Browse files
Update buildcommit.yml
use @v4 for upload/download artifacts
1 parent e2cf7e0 commit c59a1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildcommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: set abi name
4848
run: echo abiname=$(make abiname) >> $GITHUB_ENV
4949
- name: Upload build artifacts
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: ${{ env.abiname }}
5353
path: lib/${{ env.abiname }}/libstackman.a
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ matrix.native == 'yes' }}
8484
run: vs2019\${{matrix.folder}}\Debug\test.exe
8585
- name: Upload build artifacts
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: win_${{ matrix.platform }}
8989
path: lib/win_${{matrix.platform}}/stackman.lib
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ github.event_name == 'push' }}
9595
steps:
9696
- uses: actions/checkout@v2
97-
- uses: actions/download-artifact@v4.1.7
97+
- uses: actions/download-artifact@v4
9898
with:
9999
path: lib
100100

0 commit comments

Comments
 (0)