Skip to content

Commit 8874b5a

Browse files
committed
Merge branch 'main' of github.com:nbprint/nbprint-example-plugin
2 parents 20fe457 + aebab18 commit 8874b5a

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
@@ -61,7 +61,7 @@ jobs:
6161
if: matrix.os == 'ubuntu-latest'
6262

6363
- name: Upload test results (Python)
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6767
path: junit.xml
@@ -83,7 +83,7 @@ jobs:
8383
run: make dist
8484
if: matrix.os == 'ubuntu-latest'
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v5
8787
with:
8888
name: dist-${{matrix.os}}
8989
path: dist

0 commit comments

Comments
 (0)