Skip to content

Commit b6e4bec

Browse files
Bump actions/upload-artifact from 4.3.1 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a3b482 commit b6e4bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
. venv/bin/activate
126126
pytest --cov
127127
- name: Upload coverage artifact
128-
uses: actions/upload-artifact@v4.3.1
128+
uses: actions/upload-artifact@v4.3.3
129129
with:
130130
name: coverage-linux-${{ matrix.python-version }}
131131
path: .coverage
@@ -179,7 +179,7 @@ jobs:
179179
. venv\\Scripts\\activate
180180
pytest --cov
181181
- name: Upload coverage artifact
182-
uses: actions/upload-artifact@v4.3.1
182+
uses: actions/upload-artifact@v4.3.3
183183
with:
184184
name: coverage-windows-${{ matrix.python-version }}
185185
path: .coverage
@@ -229,7 +229,7 @@ jobs:
229229
. venv/bin/activate
230230
pytest --cov
231231
- name: Upload coverage artifact
232-
uses: actions/upload-artifact@v4.3.1
232+
uses: actions/upload-artifact@v4.3.3
233233
with:
234234
name: coverage-pypy-${{ matrix.python-version }}
235235
path: .coverage

0 commit comments

Comments
 (0)