Skip to content

Commit

Permalink
Update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidy22 committed Sep 14, 2024
1 parent bfc94a7 commit e52428b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get tag
id: tag
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Store dists (Python 3.9)
if: steps.isLatest.outputs.result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit e52428b

Please sign in to comment.