Skip to content

Commit 467cfb9

Browse files
build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 415e3d6 commit 467cfb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./scripts/generate-report.sh reports/sync-report.md
4242

4343
- name: Upload report artifact
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4545
with:
4646
name: sync-report
4747
path: reports/sync-report.md
@@ -113,7 +113,7 @@ jobs:
113113
cat reports/new-repos.md
114114
115115
- name: Upload new repos report
116-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
116+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
117117
with:
118118
name: new-repos-report
119119
path: reports/new-repos.md

0 commit comments

Comments
 (0)