Skip to content

Commit 8741439

Browse files
Update build.yml
1 parent 8fe1942 commit 8741439

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
@@ -60,7 +60,7 @@ jobs:
6060
black --check tests 2>&1
6161
6262
- name: Upload pytest test results
63-
uses: actions/upload-artifact@master
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: pytest-results-${{ matrix.python-version }}
6666
path: junit/pytest-results-${{ matrix.python-version }}.xml
@@ -79,7 +79,7 @@ jobs:
7979
if: matrix.python-version == 3.12
8080

8181
- name: Upload distribution package
82-
uses: actions/upload-artifact@master
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: dist
8585
path: dist

0 commit comments

Comments
 (0)