Skip to content

Commit 719705e

Browse files
authored
Merge pull request #11 from python-project-templates/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents c9edf84 + 264cdb2 commit 719705e

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
@@ -60,7 +60,7 @@ jobs:
6060
run: make coverage
6161

6262
- name: Upload test results (Python)
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6666
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
7979
- name: Make dist
8080
run: make dist
8181

82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v5
8383
with:
8484
name: dist-${{matrix.os}}
8585
path: dist

0 commit comments

Comments
 (0)