Skip to content

Commit 24e3319

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b433046 commit 24e3319

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python -I "$(command -v mike)" set-default "$MIKE_VERSION"
6363
6464
- name: Upload site
65-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
65+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6666
with:
6767
name: docs-site
6868
path: site/

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
9999
manylinux: auto
100100
- name: Upload wheels
101-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102
with:
103103
name: wheels-linux-${{ matrix.platform.target }}
104104
path: dist
@@ -125,7 +125,7 @@ jobs:
125125
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
126126
manylinux: musllinux_1_2
127127
- name: Upload wheels
128-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129129
with:
130130
name: wheels-musllinux-${{ matrix.platform.target }}
131131
path: dist
@@ -150,7 +150,7 @@ jobs:
150150
args: --release --out dist --find-interpreter
151151
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
152152
- name: Upload wheels
153-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154
with:
155155
name: wheels-windows-${{ matrix.platform.target }}
156156
path: dist
@@ -176,7 +176,7 @@ jobs:
176176
args: --release --out dist --find-interpreter
177177
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
178178
- name: Upload wheels
179-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180
with:
181181
name: wheels-macos-${{ matrix.platform.target }}
182182
path: dist
@@ -192,7 +192,7 @@ jobs:
192192
command: sdist
193193
args: --out dist
194194
- name: Upload sdist
195-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
195+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
196196
with:
197197
name: wheels-sdist
198198
path: dist/*.tar.gz
@@ -326,7 +326,7 @@ jobs:
326326
python -I "$(command -v mike)" set-default "$MIKE_VERSION"
327327
328328
- name: Upload site
329-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
329+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
330330
with:
331331
name: docs-site
332332
path: site/

0 commit comments

Comments
 (0)