Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 20, 2024
1 parent 9a7531e commit 0ad91e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.python-version == 3.11

- name: Upload distribution package
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: dist-package-${{ matrix.python-version }}
path: dist
Expand All @@ -80,7 +80,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download a distribution artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v2
with:
name: dist-package-3.11
path: dist
Expand Down

0 comments on commit 0ad91e9

Please sign in to comment.