Skip to content

Commit 008e3b5

Browse files
ci: bump actions/upload-artifact from 4.6.2 to 7.0.1 (indygreg#308)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5a5b7 commit 008e3b5

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
@@ -57,7 +57,7 @@ jobs:
5757
python ci/copy-conda-package.py
5858
5959
- name: Upload Package
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161
with:
6262
name: linux-${{ matrix.py }}
6363
path: dist
@@ -109,7 +109,7 @@ jobs:
109109
python ci/copy-conda-package.py
110110
111111
- name: Upload Package
112-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113
with:
114114
name: windows-${{ matrix.py }}
115115
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
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Upload Wheel
110110
if: ${{ !endsWith(matrix.py, 't') }}
111-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112112
with:
113113
name: linux-${{ matrix.py }}-${{ matrix.arch }}-${{ matrix.abi }}-${{ matrix.image }}
114114
path: ./wheelhouse/*.whl
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Upload Wheel
150150
if: ${{ !endsWith(matrix.py, 't') }}
151-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
152152
with:
153153
name: macos-${{ matrix.py }}-${{ matrix.arch }}
154154
path: ./wheelhouse/*.whl
@@ -192,7 +192,7 @@ jobs:
192192
193193
- name: Upload Wheel
194194
if: ${{ !endsWith(matrix.py, 't') }}
195-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
195+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
196196
with:
197197
name: windows-${{ matrix.py }}-${{ matrix.arch }}
198198
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)