We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf1068 commit 3d2b3b2Copy full SHA for 3d2b3b2
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ failure() }}
28
uses: mxschmitt/action-tmate@v3
29
- name: Upload Build Archive
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: newer-toolchain-${{ matrix.target_arch }}-${{ github.sha }}
33
path: ${{ github.workspace }}/build/
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-22.04
39
steps:
40
- name: Fetch archives
41
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
42
43
path: ./
44
- name: Copy archives
0 commit comments