From 58c32d0882abff259b9625e5599786eb7a5ea7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 09:55:15 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.5.0 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...ea165f8d65b6e75b540449e92b4886f43607fa02) --- 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 331c40f22..76305f46e 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 017c48c07..1d1b59d06 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: coverage path: ./coverage_html diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 34ddcb553..a496e9cc3 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: gogo.patch path: gogo.patch diff --git a/.github/workflows/resync-piped.yml b/.github/workflows/resync-piped.yml index 8f8bba4f9..45a13b575 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: gogo.patch path: gogo.patch