Skip to content

Commit 49ccc0f

Browse files
authored
Merge pull request #238 from lasp/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents c0556f2 + 0993a65 commit 49ccc0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
# Save ("upload") the distribution artifacts for use by downstream Actions jobs
4848
- name: Upload distribution artifacts
49-
uses: actions/upload-artifact@v6 # This allows us to persist the dist directory after the job has completed
49+
uses: actions/upload-artifact@v7 # This allows us to persist the dist directory after the job has completed
5050
with:
5151
name: python-package-distributions
5252
path: dist/
@@ -98,7 +98,7 @@ jobs:
9898
9999
# This makes the artifacts available for downstream jobs
100100
- name: Upload Conda build artifact
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: conda-package
104104
path: ${{ env.CONDA_BLD_PATH }}/**/space_packet_parser-*

0 commit comments

Comments
 (0)