Skip to content

Commit

Permalink
Merge remote-tracking branches 'upstream/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/deploy-pages-4', 'upstream/dependabot/github_actions/actions/download-artifact-4', 'upstream/dependabot/github_actions/actions/upload-artifact-4' and 'upstream/dependabot/github_actions/actions/upload-pages-artifact-3' into actions-updates

These actions are interdependent so must be updated together
  • Loading branch information
Nemo157 committed Dec 21, 2023
4 parents 64c8337 + 4ab1615 + e240e15 + af51f7b commit af2b3a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
targets: wasm32-unknown-unknown
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: _site
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit af2b3a8

Please sign in to comment.