From 82d43455e745fe58e7a1dfaa14e0bce3b4614906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:02:37 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6843a5798..0e2b7cde6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 - name: Download receptor - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: receptor path: /usr/local/bin/ From 1124453795a92504ad8835e669a78e1161b1e431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:35:12 -0500 Subject: [PATCH 2/2] Bump actions/upload-artifact from 3 to 4 (#911) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0e2b7cde6..6789e7c56 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -93,14 +93,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: receptor path: /usr/local/bin/receptor