Skip to content

Commit f28f7fb

Browse files
Bump actions/download-artifact from 3 to 4 in /.github/workflows (#169)
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update version * Update upload action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Isabel Paredes <[email protected]>
1 parent 07c842b commit f28f7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pip uninstall -y jupyros jupyterlab
4040
4141
- name: Upload extension packages
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: extension-artifacts
4545
path: dist/jupyros*
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
python-version: '3.10'
5959
architecture: 'x64'
60-
- uses: actions/download-artifact@v3
60+
- uses: actions/download-artifact@v4
6161
with:
6262
name: extension-artifacts
6363
- name: Install and Test

0 commit comments

Comments
 (0)