Skip to content

Commit fd5e8ad

Browse files
Bump actions/upload-artifact from 6 to 7 (#305)
1 parent e4df235 commit fd5e8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
GH_TOKEN: ${{ github.token }}
127127
- name: Upload conda repo
128128
if: ${{ !cancelled() }}
129-
uses: actions/upload-artifact@v6
129+
uses: actions/upload-artifact@v7
130130
with:
131131
name: conda-repo-${{ matrix.ARCH }}-${{ matrix.PY_VER }}
132132
path: "/tmp/conda-bld-output"

.github/workflows/wheels-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
GH_TOKEN: ${{ github.token }}
138138
- name: Upload PyPi wheels artifact
139-
uses: actions/upload-artifact@v6
139+
uses: actions/upload-artifact@v7
140140
with:
141141
name: pypi-wheels-${{ matrix.ARCH }}
142142
path: final-dist/*.whl

0 commit comments

Comments
 (0)