Skip to content

Commit 4747e77

Browse files
dependabot[bot]tim-schilling
authored andcommitted
Bump actions/upload-artifact
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4967341 commit 4747e77

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build a binary wheel and a source tarball
3838
run: python3 -m build
3939
- name: Store the distribution packages
40-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
40+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4141
with:
4242
name: python-package-distributions
4343
path: dist/

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
DEV_VERSION: ${{needs.create-dev-version.outputs.dev_version}}
8080
run: ${{ env.DEV_VERSION_ENV_KEY }}="${DEV_VERSION}" python3 -m build
8181
- name: Store the distribution packages
82-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
82+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8383
with:
8484
name: python-package-distributions
8585
path: dist/

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
7373

7474
- name: Upload coverage data
75-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
75+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7676
with:
7777
name: coverage-${{ matrix.python-version }}
7878
path: .coverage.${{ matrix.python-version }}*
@@ -106,7 +106,7 @@ jobs:
106106
MERGE_COVERAGE_FILES: true
107107

108108
- name: Store Pull Request comment to be posted
109-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
109+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110110
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
111111
with:
112112
name: python-coverage-comment-action

0 commit comments

Comments
 (0)