Skip to content

Commit df77203

Browse files
committed
chore: update GitHub Actions to use setup-python@v4 and upload-artifact@v4
1 parent cb911de commit df77203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup Python # Set Python version
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.11
2020

@@ -37,7 +37,7 @@ jobs:
3737
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: ${{ steps.get_version.outputs.VERSION }}
4343
path: dist

0 commit comments

Comments
 (0)