Skip to content

Commit c4d9bcd

Browse files
authored
Merge pull request #2 from infobloxopen/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
2 parents 49e2251 + 13ac865 commit c4d9bcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@v4
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: coverage-report
4949
path: coverage.xml

.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@v4
40+
uses: actions/upload-artifact@v6
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@v4
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: sbom
7070
path: sbom.json

0 commit comments

Comments
 (0)