diff --git a/.github/workflows/release-alpha.yaml b/.github/workflows/release-alpha.yaml index 23f4e4a74a..83e85b0f7d 100644 --- a/.github/workflows/release-alpha.yaml +++ b/.github/workflows/release-alpha.yaml @@ -26,31 +26,31 @@ jobs: run: pnpm oclif:pack - name: upload darwin arm64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-darwin-arm64 path: ./packages/libraries/cli/dist/*-darwin-arm64.tar.gz - name: upload darwin x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-darwin-x64 path: ./packages/libraries/cli/dist/*-darwin-x64.tar.gz - name: upload win x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-win-x64 path: ./packages/libraries/cli/dist/*-win32-x64.tar.gz - name: upload linux arm64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-linux-arm64 path: ./packages/libraries/cli/dist/*-linux-arm64.tar.gz - name: upload linux x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-linux-x64 path: ./packages/libraries/cli/dist/*-linux-x64.tar.gz diff --git a/.github/workflows/tests-e2e-docs.yaml b/.github/workflows/tests-e2e-docs.yaml index 589b71afe5..44e2986455 100644 --- a/.github/workflows/tests-e2e-docs.yaml +++ b/.github/workflows/tests-e2e-docs.yaml @@ -37,7 +37,7 @@ jobs: BASE_URL: http://localhost:3000 - name: upload playwright report - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ failure() }} with: name: docs-playwright-report diff --git a/.github/workflows/tests-e2e.yaml b/.github/workflows/tests-e2e.yaml index 97d0c26996..091fc2c9ad 100644 --- a/.github/workflows/tests-e2e.yaml +++ b/.github/workflows/tests-e2e.yaml @@ -65,7 +65,7 @@ jobs: -f docker/docker-compose.end2end.yml \ logs - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ failure() }} with: name: playwright