Skip to content

Commit 003b2ac

Browse files
authored
Merge pull request #258 from StefRuseva88/github_actions/actions/upload-artifact-7
chore(actions): bump actions/upload-artifact from 6 to 7
2 parents c46af32 + f5144c6 commit 003b2ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Upload Quality Reports
147147
if: always()
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: code-quality-reports
151151
path: |

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Upload Audit Report
109109
if: always()
110-
uses: actions/upload-artifact@v6
110+
uses: actions/upload-artifact@v7
111111
with:
112112
name: npm-audit-report
113113
path: |

0 commit comments

Comments
 (0)