Skip to content

Commit 0384eae

Browse files
authored
Merge pull request #7 from python-project-templates/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 82c1c3a + 09e6ea7 commit 0384eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: make coverage
7474

7575
- name: Upload test results (Python)
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
7979
path: '**/junit.xml'
@@ -113,7 +113,7 @@ jobs:
113113
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
114114
if: matrix.os != 'ubuntu-latest'
115115

116-
- uses: actions/upload-artifact@v6
116+
- uses: actions/upload-artifact@v7
117117
with:
118118
name: dist-${{matrix.os}}
119119
path: dist

0 commit comments

Comments
 (0)