Skip to content

Commit 0ccc240

Browse files
Merge pull request #16 from AfterShip-Team-Mocha/2025-01
chore: update GitHub Actions to use setup-python@v4
2 parents 4c41878 + df77203 commit 0ccc240

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)