diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 15:52:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-31 15:53:32 +0000 |
commit | 4fd0fe1e58fc937f4e56237314e371fc40ad7188 (patch) | |
tree | b921d94d7521e9d087b08e8104ddef76fad27a3e /.github/workflows/build.yaml | |
parent | Bump actions/deploy-pages from 2 to 4 (diff) | |
download | trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar.gz trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar.bz2 trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar.lz trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar.xz trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.tar.zst trinkets-4fd0fe1e58fc937f4e56237314e371fc40ad7188.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 aa31298..87eb073 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: 'app/build/' |