Skip to content

Commit fc7743e

Browse files
authored
Merge pull request #32 from python-project-templates/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 43c9317 + 849cff6 commit fc7743e

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
@@ -57,7 +57,7 @@ jobs:
5757
run: make coverage
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
@@ -78,7 +78,7 @@ jobs:
7878
- name: Make dist
7979
run: make dist
8080

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

0 commit comments

Comments
 (0)