Skip to content

Commit c7731f1

Browse files
dependabot[bot]CorruptComputer
authored andcommitted
Bump actions/upload-artifact from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7da2837 commit c7731f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cd ../..
3434
3535
- name: Upload Build Artifact
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: webui-wasm-client
3939
path: ./publish

.github/workflows/publish-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
cd ../..
4242
4343
- name: Upload DEB Build Artifacts
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: 'Server DEB build.zip'
4747
path: ./publish/*.linux-x64.deb
4848

4949
- name: Upload RPM Build Artifacts
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: 'Server RPM build.zip'
5353
path: ./publish/*.linux-x64.rpm

0 commit comments

Comments
 (0)