diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index 8c88efa71..b4d5f5af5 100644 --- a/.github/workflows/coverage_reporting.yml +++ b/.github/workflows/coverage_reporting.yml @@ -60,14 +60,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.6 with: name: receptor path: /usr/local/bin/receptor diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d25355364..6e78d7cfd 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -72,14 +72,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data for ${{ matrix.go-version }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: test-logs-${{ matrix.go-version }} path: /tmp/receptor-testing - name: Archive receptor binary for ${{ matrix.go-version }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.6 with: name: receptor-${{ matrix.go-version }} path: /usr/local/bin/receptor diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index da5b291b2..2bcd96e18 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: SARIF file path: results.sarif