Skip to content

Commit

Permalink
fixes mismatched artifact up/downloading versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 18, 2023
1 parent f90d86f commit 3f61742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/package-and-upload-artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ runs:
fi
- name: Upload release notes
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-notes
path: release-notes.md

- name: Package and upload artifacts
if: ${{ env.PACKAGE == 'true' }}
uses: hynek/build-and-inspect-python-package@v1
uses: hynek/build-and-inspect-python-package@v2

0 comments on commit 3f61742

Please sign in to comment.