diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index b4d5f5af5..99cfea4cc 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.3.6 + uses: actions/upload-artifact@v4.4.0 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: receptor path: /usr/local/bin/receptor diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6e78d7cfd..7998730b9 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.3.6 + uses: actions/upload-artifact@v4.4.0 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.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: receptor-${{ matrix.go-version }} path: /usr/local/bin/receptor diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 065e9f127..9a02a486a 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif