Skip to content

Commit 6a143a6

Browse files
committed
update action version
1 parent f9e224b commit 6a143a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-python@v4
5656
with:
5757
python-version: ${{ matrix.python }}
58-
- uses: actions/download-artifact@v3
58+
- uses: actions/download-artifact@v4
5959
with: { name: python-distribution-files, path: dist/ }
6060
- name: Install tox-gh plugin
6161
run: python -m pip install tox-gh>=1.2

0 commit comments

Comments
 (0)