chore(deps): Bump actions/upload-artifact from 3 to 4 (#3708)

This commit is contained in:
dependabot[bot] 2023-12-19 00:16:38 +01:00 committed by GitHub
parent b9f7ff86de
commit 5015dc80b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: 'Upload artifact for workflow transfer'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: preview-build
path: artifact.tar.zst