Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Save ("upload") the distribution artifacts for use by downstream Actions jobs
- name: Upload distribution artifacts
uses: actions/upload-artifact@v6 # This allows us to persist the dist directory after the job has completed
uses: actions/upload-artifact@v7 # This allows us to persist the dist directory after the job has completed
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

# This makes the artifacts available for downstream jobs
- name: Upload Conda build artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: conda-package
path: ${{ env.CONDA_BLD_PATH }}/**/space_packet_parser-*