We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cf7e0 commit c59a1f0Copy full SHA for c59a1f0
1 file changed
.github/workflows/buildcommit.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: set abi name
48
run: echo abiname=$(make abiname) >> $GITHUB_ENV
49
- name: Upload build artifacts
50
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
51
with:
52
name: ${{ env.abiname }}
53
path: lib/${{ env.abiname }}/libstackman.a
@@ -83,7 +83,7 @@ jobs:
83
if: ${{ matrix.native == 'yes' }}
84
run: vs2019\${{matrix.folder}}\Debug\test.exe
85
86
87
88
name: win_${{ matrix.platform }}
89
path: lib/win_${{matrix.platform}}/stackman.lib
@@ -94,7 +94,7 @@ jobs:
94
if: ${{ github.event_name == 'push' }}
95
steps:
96
- uses: actions/checkout@v2
97
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
98
99
path: lib
100
0 commit comments