Skip to content

Commit

Permalink
Update artefact version SCMSUITE-9732 SO--
Browse files Browse the repository at this point in the history
  • Loading branch information
dormrod committed Oct 8, 2024
1 parent 87743ee commit a6ae576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Upload package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: package
path: dist/*
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
python-version: '3.x'

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: package

Expand Down

0 comments on commit a6ae576

Please sign in to comment.