Skip to content

Commit 974d508

Browse files
authored
Merge pull request uriparser#274 from uriparser/dependabot/github_actions/actions/upload-artifact-5.0.0
Actions(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 7212f40 + bfb63e5 commit 974d508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
llvm-cov report -instr-profile=coverage/indexed.profraw build/testrunner |& tee coverage/report.txt
7171
7272
- name: Store coverage report
73-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7474
with:
7575
name: uriparser_coverage_${{ github.sha }}
7676
path: coverage/

.github/workflows/fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Store fuzzing logs of last batch
101101
if: always()
102-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103
with:
104104
name: uriparser_fuzzing_logs_last_${{ github.sha }}_${{ matrix.fuzzer_name }}
105105
path: build/*/fuzz-*.log

0 commit comments

Comments
 (0)