Skip to content

Commit f211d4a

Browse files
⬆️ Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#707)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9123864 commit f211d4a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CHARSET_NORMALIZER_USE_MYPYC: '0'
3737
run: python -m build
3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
39+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
4040
with:
4141
name: dist-universal
4242
path: dist
@@ -87,7 +87,7 @@ jobs:
8787
CIBW_TEST_COMMAND: pytest -c {package} {package}/tests
8888
CIBW_SKIP: "cp31?t-*"
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
90+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
9191
with:
9292
name: dist-${{ matrix.os }}-${{ matrix.qemu }}
9393
path: ./wheelhouse/*.whl

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run tests
6161
run: nox -s test-${{ matrix.python-version }}
6262
- name: "Upload artifact"
63-
uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f"
63+
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
6464
with:
6565
name: coverage-data-${{ matrix.python-version }}
6666
path: ".coverage.*"
@@ -91,7 +91,7 @@ jobs:
9191
- name: Coverage WITHOUT preemptive
9292
run: nox -s coverage -- --coverage 95
9393
- name: "Upload artifact"
94-
uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f"
94+
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
9595
with:
9696
name: coverage-data-using-internal-coverage
9797
path: ".coverage.*"
@@ -189,7 +189,7 @@ jobs:
189189
- name: Run tests with mypyc enabled
190190
run: nox -s test_mypyc-${{ matrix.python-version }}
191191
- name: "Upload artifact"
192-
uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f"
192+
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
193193
with:
194194
name: coverage-data-mypyc-${{ matrix.os }}-${{ matrix.python-version }}
195195
path: ".coverage.*"
@@ -229,7 +229,7 @@ jobs:
229229
python -m coverage report --ignore-errors --show-missing --fail-under=92
230230
231231
- name: "Upload report"
232-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
232+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
233233
with:
234234
name: coverage-report
235235
path: htmlcov

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5959
# format to the repository Actions tab.
6060
- name: "Upload artifact"
61-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
61+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6262
with:
6363
name: SARIF file
6464
path: results.sarif

0 commit comments

Comments
 (0)