mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-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
e8d11ecbea
commit
8ffe60dd3b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/bundlers.yml
vendored
10
.github/workflows/bundlers.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
bundler-version: [latest]
|
||||
steps:
|
||||
- name: Download uppy tarball
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/
|
||||
- name: Extract tarball
|
||||
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
bundler-version: [latest]
|
||||
steps:
|
||||
- name: Download uppy tarball
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/
|
||||
- name: Extract tarball
|
||||
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
bundler-version: [latest]
|
||||
steps:
|
||||
- name: Download uppy tarball
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/
|
||||
- name: Extract tarball
|
||||
|
|
@ -181,7 +181,7 @@ jobs:
|
|||
bundler-version: [latest]
|
||||
steps:
|
||||
- name: Download uppy tarball
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/
|
||||
- name: Extract tarball
|
||||
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
bundler-version: [latest]
|
||||
steps:
|
||||
- name: Download uppy tarball
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: /tmp/
|
||||
- name: Extract tarball
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue