diff --git a/.github/actions/pr-comment-data-export/action.yml b/.github/actions/pr-comment-data-export/action.yml index 452568e54d..7e2fb075f7 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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 7c078b409a..1fd035cca5 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -74,7 +74,7 @@ runs: python run.py $ARGS 2>&1 | tee ../summary.txt || true shell: bash - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 id: upload-logs with: name: '${{ inputs.client }} vs. ${{ inputs.server }} logs' @@ -88,7 +88,7 @@ runs: mv result.json.tmp result.json shell: bash - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: '${{ inputs.client }} vs. ${{ inputs.server }} results' path: | diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index a4c3377041..93892ba2b8 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -230,7 +230,7 @@ jobs: - name: Export perf data id: export - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: ${{ github.event.repository.name }}-${{ github.sha }} path: | diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 97736a0fd4..ac4cad56fa 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -110,7 +110,7 @@ jobs: - name: Export binary id: upload - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: ${{ runner.os }}-${{ env.FIREFOX }}-${{ matrix.type }}.tgz path: ${{ env.FIREFOX }}.tar @@ -119,7 +119,7 @@ jobs: - run: echo "${{ steps.upload.outputs.artifact-url }}" >> artifact - name: Export artifact URL - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: artifact-${{ runner.os }}-${{ env.FIREFOX }}-${{ matrix.type }} path: artifact diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index e84eb1aabe..9b98cac296 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -63,7 +63,7 @@ jobs: } > "$GITHUB_STEP_SUMMARY" - name: Archive mutants.out - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: mutants.out diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 38a32d0ff6..56ed2c5235 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -75,7 +75,7 @@ jobs: platforms: 'linux/amd64' outputs: type=docker,dest=/tmp/${{ env.LATEST }}.tar - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: '${{ env.LATEST }} Docker image' path: /tmp/${{ env.LATEST }}.tar