diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 2ce229956..a6679a0fc 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -33,7 +33,7 @@ jobs: enable-cache: true cache-suffix: test-${{ inputs.working-directory }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ !github.event.pull_request.head.repo.fork }} with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/_test_langgraph.yml b/.github/workflows/_test_langgraph.yml index 6763a9def..197789541 100644 --- a/.github/workflows/_test_langgraph.yml +++ b/.github/workflows/_test_langgraph.yml @@ -31,7 +31,7 @@ jobs: enable-cache: true cache-suffix: "test-langgraph" - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ !github.event.pull_request.head.repo.fork }} with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index 86eecabc7..2c3e94a9e 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -48,7 +48,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Upload build - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-dist path: ${{ inputs.working-directory }}/dist/ @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: test-dist path: ${{ inputs.working-directory }}/dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 429cea475..e69d220bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Upload build - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: ${{ inputs.working-directory }}/dist/ @@ -269,7 +269,7 @@ jobs: enable-cache: true cache-suffix: "release" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: dist path: ${{ inputs.working-directory }}/dist/ @@ -310,7 +310,7 @@ jobs: enable-cache: true cache-suffix: "release" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: dist path: ${{ inputs.working-directory }}/dist/