build(deps): bump actions/upload-artifact from 3 to 4 (#1915)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-15 17:50:06 -05:00
committed by GitHub
parent 88fc8f845b
commit 4c984cacb5
4 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Upload Artifacts
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gh-pages
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`