Skip to content

Commit 4b0984c

Browse files
authored
Merge pull request #8 from nbprint/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9337c7b + e0ce93a commit 4b0984c

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@v6
64+
uses: actions/upload-artifact@v7
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@v6
86+
- uses: actions/upload-artifact@v7
8787
with:
8888
name: dist-${{matrix.os}}
8989
path: dist

0 commit comments

Comments
 (0)