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 6c38ffd commit 96cb3feCopy full SHA for 96cb3fe
action.yml
@@ -376,7 +376,7 @@ runs:
376
377
- name: Upload binary artifacts
378
if: inputs.upload-artifacts == 'true' && inputs.build-library != 'true'
379
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
380
with:
381
name: ${{ inputs.crate-name }}-${{ inputs.target }}-${{ inputs.features }}
382
path: |
@@ -385,7 +385,7 @@ runs:
385
386
- name: Upload library artifacts
387
if: inputs.upload-artifacts == 'true' && inputs.build-library == 'true'
388
389
390
name: C-Library-${{ inputs.crate-name }}-${{ inputs.target }}-${{ inputs.features }}
391
path: ${{ env.ARTIFACT_OUT_DIR }}
0 commit comments