diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index c948da4ba80d..1833c606375f 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -31,7 +31,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cache key: update-${{ github.sha }} @@ -58,7 +58,7 @@ jobs: run: 7z a build.zip ./gh-pages/* ./gh-pages-template/* - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: update path: ${{ github.workspace }}/build.zip