From 8781849e0615a03740f0567b387d79a8578ff24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:45:49 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/freeze-for-pr.yml | 2 +- .github/workflows/py-test.yml | 2 +- .github/workflows/reformat.yml | 2 +- .github/workflows/resync-piped.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/freeze-for-pr.yml b/.github/workflows/freeze-for-pr.yml index 00e324fe..016768a9 100644 --- a/.github/workflows/freeze-for-pr.yml +++ b/.github/workflows/freeze-for-pr.yml @@ -25,7 +25,7 @@ jobs: - name: Upgrade dependency locks run: nox -s freeze-locks bot-package-diff - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index d6b5375e..f009243d 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -61,7 +61,7 @@ jobs: coverageLocations: .coverage.xml:coverage.py - name: Archive coverage - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: coverage path: ./coverage_html diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index eab656ed..c5f9e04c 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -24,7 +24,7 @@ jobs: - name: Reformat run: nox -s reformat bot-package-diff - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/resync-piped.yml b/.github/workflows/resync-piped.yml index 5607e4ff..5a6b130e 100644 --- a/.github/workflows/resync-piped.yml +++ b/.github/workflows/resync-piped.yml @@ -25,7 +25,7 @@ jobs: - name: Resync Piped run: nox -s copy-piped bot-package-diff - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: gogo.patch path: gogo.patch