Skip to content

Commit 57a6833

Browse files
authored
Merge pull request #7 from Reloaded-Project/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 6c38ffd + 96cb3fe commit 57a6833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ runs:
376376
377377
- name: Upload binary artifacts
378378
if: inputs.upload-artifacts == 'true' && inputs.build-library != 'true'
379-
uses: actions/upload-artifact@v4
379+
uses: actions/upload-artifact@v5
380380
with:
381381
name: ${{ inputs.crate-name }}-${{ inputs.target }}-${{ inputs.features }}
382382
path: |
@@ -385,7 +385,7 @@ runs:
385385
386386
- name: Upload library artifacts
387387
if: inputs.upload-artifacts == 'true' && inputs.build-library == 'true'
388-
uses: actions/upload-artifact@v4
388+
uses: actions/upload-artifact@v5
389389
with:
390390
name: C-Library-${{ inputs.crate-name }}-${{ inputs.target }}-${{ inputs.features }}
391391
path: ${{ env.ARTIFACT_OUT_DIR }}

0 commit comments

Comments
 (0)