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