diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 35541b72..84982654 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -50,7 +50,7 @@ jobs: - name: Upload gallery-json as workflow artifact if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.GALLERY_JSON }} path: ${{ env.GALLERY_JSON }}