diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 89f8e18..613d147 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -13,7 +13,7 @@ jobs: token: ${{ github.token }} submodules: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.fontist key: fontist-ubuntu-latest @@ -23,7 +23,7 @@ jobs: - run: metanorma site generate --agree-to-terms - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' with: name: site @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: site @@ -51,4 +51,4 @@ jobs: with: body: Automatic release of ${{ github.ref }} files: | - package.zip \ No newline at end of file + package.zip