diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 15:51:39 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-01-31 09:52:57 -0600 |
commit | e10e76303db924198ec7e1ee7ca7c72d660454e2 (patch) | |
tree | 2f2cb98b340e385276d4e1c8b5f5d3fadb8087f9 /.github/workflows | |
parent | Bump actions/deploy-pages from 2 to 4 (diff) | |
download | zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar.gz zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar.bz2 zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar.lz zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar.xz zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.tar.zst zorascript-e10e76303db924198ec7e1ee7ca7c72d660454e2.zip |
Bump actions/upload-pages-artifact from 2 to 3
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](https://github.com/actions/upload-pages-artifact/compare/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>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6c5ee76..97b24cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: - name: Upload Artifacts if: ${{ github.ref == 'refs/heads/master' }} - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: # this should match the `pages` option in your adapter-static options path: 'clients/www/build/' |