From 8f5233a86e3d532e05b96a7b12ed8c54edba2111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:01:07 +0200 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#2351) * build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add actions --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lars Eggert --- .github/actions/pr-comment-data-export/action.yml | 2 +- .github/actions/quic-interop-runner/action.yml | 4 ++-- .github/workflows/bench.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/firefox.yml | 4 ++-- .github/workflows/mutants.yml | 2 +- .github/workflows/qns.yml | 2 +- .github/workflows/sanitize.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/pr-comment-data-export/action.yml b/.github/actions/pr-comment-data-export/action.yml index 57a2f01d94..a220814dd2 100644 --- a/.github/actions/pr-comment-data-export/action.yml +++ b/.github/actions/pr-comment-data-export/action.yml @@ -31,7 +31,7 @@ runs: echo "${{ inputs.log-url }}" > comment-data/log-url fi - if: github.event_name == 'pull_request' - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.name }} path: comment-data diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index 482a286560..20f13a32e4 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -94,7 +94,7 @@ runs: exit $FAILED shell: bash - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: always() id: upload-logs with: @@ -110,7 +110,7 @@ runs: mv result.json.tmp result.json shell: bash - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: always() with: name: '${{ inputs.client }} vs. ${{ inputs.server }} results' diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index d5dd5d6d47..6fb5f9f057 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -274,7 +274,7 @@ jobs: - name: Export perf data id: export - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ github.event.repository.name }}-${{ github.sha }} path: | diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 09a0a014b9..07ab1e693b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -121,7 +121,7 @@ jobs: - name: Save simulation seeds artifact if: always() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: simulation-seeds-${{ matrix.os }}-${{ matrix.rust-toolchain }}-${{ matrix.type }} path: simulation-seeds diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 84d47fbae5..1051f5109f 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -141,7 +141,7 @@ jobs: - name: Export binary id: upload - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ runner.os }}-${{ env.FIREFOX }}-${{ matrix.type }}.tgz path: ${{ env.FIREFOX }}.tar @@ -150,7 +150,7 @@ jobs: - run: echo "${{ steps.upload.outputs.artifact-url }}" >> artifact - name: Export artifact URL - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: artifact-${{ runner.os }}-${{ env.FIREFOX }}-${{ matrix.type }} path: artifact diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index 4b143cd6cf..b547a65537 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -61,7 +61,7 @@ jobs: echo '```' } > "$GITHUB_STEP_SUMMARY" - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: mutants.out path: mutants.out diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index f312715305..adb02c8d52 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -77,7 +77,7 @@ jobs: platforms: 'linux/amd64' outputs: type=docker,dest=/tmp/${{ env.LATEST }}.tar - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: '${{ env.LATEST }} Docker image' path: /tmp/${{ env.LATEST }}.tar diff --git a/.github/workflows/sanitize.yml b/.github/workflows/sanitize.yml index 84f3c694c4..c78b5fe02e 100644 --- a/.github/workflows/sanitize.yml +++ b/.github/workflows/sanitize.yml @@ -81,7 +81,7 @@ jobs: - name: Save simulation seeds artifact if: env.DUMP_SIMULATION_SEEDS - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: simulation-seeds-${{ matrix.os }}-sanitizer-${{ matrix.sanitizer }} path: ${{ env.DUMP_SIMULATION_SEEDS }}