We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0556f2 + 0993a65 commit 49ccc0fCopy full SHA for 49ccc0f
1 file changed
.github/workflows/_build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# Save ("upload") the distribution artifacts for use by downstream Actions jobs
48
- name: Upload distribution artifacts
49
- 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
50
with:
51
name: python-package-distributions
52
path: dist/
@@ -98,7 +98,7 @@ jobs:
98
99
# This makes the artifacts available for downstream jobs
100
- name: Upload Conda build artifact
101
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
102
103
name: conda-package
104
path: ${{ env.CONDA_BLD_PATH }}/**/space_packet_parser-*
0 commit comments