diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index 99cfea4cc..c9b3c343d 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.4.0 + uses: actions/upload-artifact@v4.4.1 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: receptor path: /usr/local/bin/receptor diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4e23b0348..6e927a7b8 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.4.0 + uses: actions/upload-artifact@v4.4.1 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.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: receptor-${{ matrix.go-version }} path: /usr/local/bin/receptor diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9a02a486a..bb8513a55 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/test-reporting.yml b/.github/workflows/test-reporting.yml index 847d8cdc0..372073443 100644 --- a/.github/workflows/test-reporting.yml +++ b/.github/workflows/test-reporting.yml @@ -69,14 +69,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: receptor path: /usr/local/bin/receptor