mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c45407d099
commit
e8d11ecbea
3 changed files with 3 additions and 3 deletions
2
.github/workflows/bundlers.yml
vendored
2
.github/workflows/bundlers.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
pack --install-if-needed -o /tmp/artifacts/%s-${{ github.sha }}.tgz
|
||||
- name: Upload artifact
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: packages
|
||||
path: /tmp/artifacts/
|
||||
|
|
|
|||
2
.github/workflows/companion-deploy.yml
vendored
2
.github/workflows/companion-deploy.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
/tmp/companion-${{ github.sha }}.tar.gz
|
||||
- name: Upload artifact
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: companion-${{ github.sha }}.tar.gz
|
||||
path: /tmp/companion-${{ github.sha }}.tar.gz
|
||||
|
|
|
|||
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
|
@ -283,7 +283,7 @@ jobs:
|
|||
# https://docs.cypress.io/guides/references/advanced-installation#Binary-cache
|
||||
CYPRESS_CACHE_FOLDER: ${{ steps.cypress-cache-dir-path.outputs.dir }}
|
||||
- name: Upload videos in case of failure
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: videos-and-screenshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue