diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 654d66a..d6c08e0 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -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/ @@ -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-*