Skip to content

Commit 3d2b3b2

Browse files
committed
CI: bump artifact to v4
1 parent 5cf1068 commit 3d2b3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ failure() }}
2828
uses: mxschmitt/action-tmate@v3
2929
- name: Upload Build Archive
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: newer-toolchain-${{ matrix.target_arch }}-${{ github.sha }}
3333
path: ${{ github.workspace }}/build/
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: Fetch archives
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
path: ./
4444
- name: Copy archives

0 commit comments

Comments
 (0)