Skip to content

Commit e4b6ddb

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#383)
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9248e91 commit e4b6ddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
# DEB Package
215215
- name: Upload the DEB package artifact (RelWithDebInfo only)
216216
if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux'
217-
uses: actions/upload-artifact@v5
217+
uses: actions/upload-artifact@v6
218218
with:
219219
name: ${{ env.DEB_PACKAGE_NAME }}
220220
path: ${{ env.DEB_PACKAGE_PATH }}
@@ -228,7 +228,7 @@ jobs:
228228
# RPM Package
229229
- name: Upload the RPM package artifact (RelWithDebInfo only)
230230
if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux'
231-
uses: actions/upload-artifact@v5
231+
uses: actions/upload-artifact@v6
232232
with:
233233
name: ${{ env.RPM_PACKAGE_NAME }}
234234
path: ${{ env.RPM_PACKAGE_PATH }}
@@ -241,7 +241,7 @@ jobs:
241241
# TGZ Package
242242
- name: Upload the TGZ package artifact (RelWithDebInfo only)
243243
if: matrix.build_type == 'RelWithDebInfo'
244-
uses: actions/upload-artifact@v5
244+
uses: actions/upload-artifact@v6
245245
with:
246246
name: ${{ env.TGZ_PACKAGE_NAME }}
247247
path: ${{ env.TGZ_PACKAGE_PATH }}

0 commit comments

Comments
 (0)