Skip to content

Commit e0dee46

Browse files
authored
Merge pull request #8 from bassmanitram/dependabot/github_actions/actions/upload-artifact-6
ci(deps): bump actions/upload-artifact from 4 to 6
2 parents b34077a + 42cb13f commit e0dee46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload bandit report
4444
if: always()
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: bandit-report
4848
path: bandit-report.json

.github/workflows/status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
" >> status-report.md
6969
7070
- name: Upload status report
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: status-report
7474
path: status-report.md

0 commit comments

Comments
 (0)