Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#379)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: P邪ramtamt膩m <7326800+tarampampam@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tarampampam committed Jan 1, 2024
1 parent f4f7fe2 commit 657d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/configure-pages@v4

- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with: {path: web}

- {uses: actions/deploy-pages@v1, id: deployment}

0 comments on commit 657d9de

Please sign in to comment.