Skip to content

Commit 4e879f9

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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>
1 parent db764de commit 4e879f9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cto-audit.yml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
"https://api.github.com/repos/${{ env.CTO_WATCHDOG_REPO }}/contents/config/repo-registry.json" 2>/dev/null || true
5656
5757
- name: Upload scripts artifact
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: cto-watchdog-scripts
6161
path: cto-watchdog/
@@ -125,7 +125,7 @@ jobs:
125125
fi
126126
127127
- name: Upload audit report
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: audit-${{ matrix.repo }}
131131
path: /tmp/audit-report.json
@@ -252,7 +252,7 @@ jobs:
252252
echo " Stale branches (>60 days): $STALE"
253253
254254
- name: Upload audit report
255-
uses: actions/upload-artifact@v4
255+
uses: actions/upload-artifact@v7
256256
with:
257257
name: audit-${{ matrix.repo }}
258258
path: /tmp/audit-report.json
@@ -325,7 +325,7 @@ jobs:
325325
cat /tmp/weekly-summary.md
326326
327327
- name: Upload summary
328-
uses: actions/upload-artifact@v4
328+
uses: actions/upload-artifact@v7
329329
with:
330330
name: weekly-audit-summary
331331
path: /tmp/weekly-summary.md

.github/workflows/cto-consolidate.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
EOF
165165
166166
- name: Upload report
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v7
168168
with:
169169
name: branch-cleanup-report
170170
path: /tmp/branch-cleanup-report.md

.github/workflows/cto-watch.yml

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "📊 Scripts downloaded successfully"
8888
8989
- name: Upload scripts artifact
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: cto-watchdog-scripts
9393
path: cto-watchdog/
@@ -228,7 +228,7 @@ jobs:
228228
" 2>/dev/null || true
229229
230230
- name: Upload audit report
231-
uses: actions/upload-artifact@v4
231+
uses: actions/upload-artifact@v7
232232
with:
233233
name: audit-report
234234
path: /tmp/audit-report.json
@@ -305,7 +305,7 @@ jobs:
305305
fi
306306
307307
- name: Upload fixes report
308-
uses: actions/upload-artifact@v4
308+
uses: actions/upload-artifact@v7
309309
with:
310310
name: safe-fixes
311311
path: /tmp/fixes.json

0 commit comments

Comments
 (0)