We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4863da commit 0c8c66dCopy full SHA for 0c8c66d
.github/workflows/nightlies.yml
@@ -304,7 +304,7 @@ jobs:
304
fi
305
306
- name: Upload source archive to artifacts
307
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
308
with:
309
name: 'nim-${{ matrix.setting.commit }}'
310
path: nim/output/*
@@ -438,7 +438,7 @@ jobs:
438
439
440
- name: Upload binaries to artifacts
441
442
443
name: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}'
444
path: '${{ steps.release.outputs.artifact_nativepath }}'
0 commit comments