Skip to content

Commit 5abd212

Browse files
committed
update github aciton versions
1 parent 3b0098b commit 5abd212

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PYTHON: ${{ matrix.python }}
5252
runs-on: ${{ matrix.platform }}
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- uses: actions/setup-python@v4
5656
with:
5757
python-version: ${{ matrix.python }}
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
- uses: actions/setup-python@v4
8888
with: { python-version: "3.11" }
8989
- uses: actions/download-artifact@v4
@@ -101,8 +101,8 @@ jobs:
101101
#if: ${{ github.event_name == 'push' }}
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v3
105-
- uses: actions/download-artifact@v3
104+
- uses: actions/checkout@v4
105+
- uses: actions/download-artifact@v4
106106
with: { name: python-distribution-files, path: dist/ }
107107
- uses: docker/setup-qemu-action@v2
108108
- uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)