Skip to content

Commit e433172

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (pyca#11518)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ab918f commit e433172

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,14 @@ jobs:
475475
run: python -m coverage html
476476
if: ${{ failure() && steps.combinecoverage.outcome == 'failure' }}
477477
- name: Upload HTML report.
478-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
478+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
479479
with:
480480
name: _html-report
481481
path: htmlcov
482482
if-no-files-found: ignore
483483
if: ${{ failure() && steps.combinecoverage.outcome == 'failure' }}
484484
- name: Upload rust HTML report.
485-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
485+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
486486
with:
487487
name: _html-rust-report
488488
path: rust-coverage

.github/workflows/wheel-builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
run: .venv/bin/python -m build --sdist
4141
- name: Make sdist and wheel (vectors)
4242
run: cd vectors/ && ../.venv/bin/python -m build
43-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
43+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4444
with:
4545
name: "cryptography-sdist"
4646
path: dist/cryptography*
47-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
47+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4848
with:
4949
name: "vectors-sdist-wheel"
5050
path: vectors/dist/cryptography*
@@ -145,7 +145,7 @@ jobs:
145145
.venv/bin/python -c "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))"
146146
- run: mkdir cryptography-wheelhouse
147147
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
148-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
148+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
149149
with:
150150
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
151151
path: cryptography-wheelhouse/
@@ -259,7 +259,7 @@ jobs:
259259
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
260260
- run: |
261261
echo "CRYPTOGRAPHY_WHEEL_NAME=$(basename $(ls cryptography-wheelhouse/cryptography*.whl))" >> $GITHUB_ENV
262-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
262+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
263263
with:
264264
name: "${{ env.CRYPTOGRAPHY_WHEEL_NAME }}"
265265
path: cryptography-wheelhouse/
@@ -339,7 +339,7 @@ jobs:
339339
340340
- run: mkdir cryptography-wheelhouse
341341
- run: move wheelhouse\cryptography*.whl cryptography-wheelhouse\
342-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
342+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
343343
with:
344344
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
345345
path: cryptography-wheelhouse\

0 commit comments

Comments
 (0)