Skip to content

Commit b103eef

Browse files
dependabot[bot]StarSphere-1024
authored andcommitted
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 15e7b08 commit b103eef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
]
136136
}' > "$ver_dir/manifest.json"
137137
- name: Upload artifact
138-
uses: actions/upload-artifact@v6
138+
uses: actions/upload-artifact@v7
139139
with:
140140
# Artifact name determines the final uploaded manifest name in upload-to-gh-release.
141141
name: ${{ matrix.device }}

.github/workflows/sync-yaml-to-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
fi
292292
293293
- name: Upload changes as artifact
294-
uses: actions/upload-artifact@v4
294+
uses: actions/upload-artifact@v7
295295
with:
296296
name: sync-changes
297297
path: changes.json

0 commit comments

Comments
 (0)