Skip to content

Commit ace57ed

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#40)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b508937 commit ace57ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Upload coverage artifact
4545
if: matrix.python-version == '3.12'
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: coverage-report
4949
path: coverage.xml
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload coverage badge
6161
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/main' && github.event_name == 'push'
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: coverage-badge
6565
path: code-coverage-results.md

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python -m build
3434

3535
- name: Upload dist artifacts
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: dist
3939
path: dist/

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Upload Bandit report
3939
if: always()
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: bandit-report
4343
path: bandit-report.json
@@ -64,7 +64,7 @@ jobs:
6464
run: cyclonedx-py environment -o sbom.json --output-format json
6565

6666
- name: Upload SBOM
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: sbom
7070
path: sbom.json

0 commit comments

Comments
 (0)