Skip to content

Commit d47a13a

Browse files
committed
Bump actions/upload-artifact
1 parent 906c61e commit d47a13a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
3131
- name: Upload pytest test results
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: pytest-results-${{ matrix.python-version }}
3535
path: junit/test-results-${{ matrix.python-version }}.xml

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
3131
- name: Upload pytest test results
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: pytest-results-${{ matrix.python-version }}
3535
path: junit/test-results-${{ matrix.python-version }}.xml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"type": "patch",
3-
"description": "Bump jinja2 from 3.1.4 to 3.1.6"
3+
"description": "Bump jinja2 from 3.1.4 to 3.1.6."
44
}

0 commit comments

Comments
 (0)