From e890382ee4db0b38df92477a15bf8f0d84c70e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:48:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.0.0 to 4.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 a23ffea16..473de49e5 100644 --- a/.github/workflows/freeze-for-pr.yml +++ b/.github/workflows/freeze-for-pr.yml @@ -32,7 +32,7 @@ jobs: - name: Upgrade dependency locks run: python -m nox -s freeze-locks bot-package-diff - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 32881c45b..b83cd2bd8 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -77,7 +77,7 @@ jobs: coverageLocations: .coverage.xml:coverage.py - name: Archive coverage - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: coverage path: ./coverage_html diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 659b324e7..cf679c923 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -31,7 +31,7 @@ jobs: - name: Reformat run: python -m nox -s reformat bot-package-diff - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/resync-piped.yml b/.github/workflows/resync-piped.yml index 1d2c7b12a..450bb13ed 100644 --- a/.github/workflows/resync-piped.yml +++ b/.github/workflows/resync-piped.yml @@ -32,7 +32,7 @@ jobs: - name: Resync Piped run: python -m nox -s copy-piped bot-package-diff - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: gogo.patch path: gogo.patch