Skip to content

Commit feb471b

Browse files
committed
Bump action versions
1 parent 44fb1e7 commit feb471b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check metadata
1818
run: pipx run twine check dist/*
1919

20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
path: dist/*
2323

@@ -28,9 +28,9 @@ jobs:
2828
if: github.event_name == 'release' && github.event.action == 'published'
2929

3030
steps:
31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232

33-
- uses: actions/download-artifact@v4.1.7
33+
- uses: actions/download-artifact@v4
3434
with:
3535
name: artifact
3636
path: dist

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ["3.8", "3.11"]
10+
python-version: ["3.8", "3.12"]
1111

1212
runs-on: ubuntu-latest
1313

@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

0 commit comments

Comments
 (0)