Skip to content

Commit b6707a3

Browse files
ci: bump actions/upload-artifact from 4.6.2 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 693b455 commit b6707a3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/anaconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python ci/copy-conda-package.py
5555
5656
- name: Upload Package
57-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858
with:
5959
name: linux-${{ matrix.py }}
6060
path: dist
@@ -103,7 +103,7 @@ jobs:
103103
# C:\Miniconda\envs\env\python.exe ci/copy-conda-package.py
104104

105105
- name: Upload Package
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107
with:
108108
name: windows-${{ matrix.py }}
109109
path: dist

.github/workflows/sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uv build --sdist
3333
3434
- name: Upload sdist
35-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3636
with:
3737
path: dist

.github/workflows/wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Upload Wheel
111111
if: ${{ !endsWith(matrix.py, 't') }}
112-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113
with:
114114
name: linux-${{ matrix.py }}-${{ matrix.arch }}-${{ matrix.abi }}-${{ matrix.image }}
115115
path: ./wheelhouse/*.whl
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Upload Wheel
152152
if: ${{ !endsWith(matrix.py, 't') }}
153-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
153+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154
with:
155155
name: macos-${{ matrix.py }}-${{ matrix.arch }}
156156
path: ./wheelhouse/*.whl
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Upload Wheel
197197
if: ${{ !endsWith(matrix.py, 't') }}
198-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
199199
with:
200200
name: windows-${{ matrix.py }}-${{ matrix.arch }}
201201
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)