Skip to content

Commit

Permalink
Merge pull request #183 from metanorma/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
CAMOBAP authored Oct 21, 2024
2 parents 40f2fc9 + 9f73af4 commit 7244a66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -51,4 +51,4 @@ jobs:
with:
body: Automatic release of ${{ github.ref }}
files: |
package.zip
package.zip

0 comments on commit 7244a66

Please sign in to comment.