Skip to content

Commit

Permalink
chore: updating github actions to new majors
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfields authored Sep 18, 2024
1 parent f1b0c38 commit e540fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run:
echo "::set-output name=version::$( echo $GITHUB_REF_NAME | sed 's/v\?\(.*\)/\1/g' )"

- uses: actions/checkout@master
- uses: actions/checkout@v4

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

- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit e540fff

Please sign in to comment.