Skip to content

Commit e540fff

Browse files
authored
chore: updating github actions to new majors
1 parent f1b0c38 commit e540fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
echo "::set-output name=version::$( echo $GITHUB_REF_NAME | sed 's/v\?\(.*\)/\1/g' )"
2525

26-
- uses: actions/checkout@master
26+
- uses: actions/checkout@v4
2727

2828
- name: Set up Python 3.7
2929
uses: actions/setup-python@v1
@@ -49,7 +49,7 @@ jobs:
4949
VERSION: ${{ steps.setup.outputs.version }}
5050

5151
- name: upload artifact
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: artifact
5555
path: dist

0 commit comments

Comments
 (0)