We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb91216 commit 76098b6Copy full SHA for 76098b6
1 file changed
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# Upload the final tar.gz artifact for each OS/arch
59
- name: Upload build artifact
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: ${{ matrix.os }}-${{ matrix.arch }}
63
path: ${{ matrix.os }}-${{ matrix.arch }}.tar.gz
@@ -69,7 +69,7 @@ jobs:
69
70
steps:
71
- name: Download build artifacts
72
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
73
74
path: artifacts/
75
0 commit comments