Skip to content

Commit 76d2beb

Browse files
chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 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 3e13249 commit 76d2beb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/lf-build-linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
/bin/bash $LFMP_DIR_REPO_MP/build/matrix-package.sh
102102
103103
- name: 'Upload the packages (rpm, deb)'
104-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
104+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
105105
with:
106106
compression-level: 8
107107
path: '${{ env.LFMP_DIR_PACKAGED }}/*'

.github/workflows/lf-build-linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
/bin/bash $LFMP_DIR_REPO_MP/build/matrix-package.sh
102102
103103
- name: 'Upload the packages (rpm, deb)'
104-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
104+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
105105
with:
106106
compression-level: 8
107107
path: '${{ env.LFMP_DIR_PACKAGED }}/*'

.github/workflows/lf-build-windows-x86_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
$LFMP_DIR_REPOS/monitoring-plugins/build/compile-multiple.sh
9696
9797
- name: 'Upload the unsigned compiled plugins'
98-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
98+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
9999
id: 'upload-unsigned-compiled'
100100
with:
101101
path: '${{ env.LFMP_DIR_COMPILED }}/check-plugins/*'
@@ -119,7 +119,7 @@ jobs:
119119
output-artifact-directory: 'signed-compiled/'
120120

121121
- name: 'Upload the signed compiled plugins'
122-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
122+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
123123
with:
124124
path: '${{ github.workspace }}/signed-compiled/*'
125125
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-compiled.windows.${{ env.LFMP_ARCH }}"
@@ -148,7 +148,7 @@ jobs:
148148
-out ${{ env.LFMP_DIR_PACKAGED }}\out\linuxfabrik-monitoring-plugins.msi
149149
150150
- name: 'Upload the unsigned package (msi)'
151-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
151+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
152152
id: 'upload-unsigned-packaged'
153153
with:
154154
path: '${{ env.LFMP_DIR_PACKAGED }}/out/*'
@@ -169,7 +169,7 @@ jobs:
169169
output-artifact-directory: 'signed-packaged/'
170170

171171
- name: 'Upload the signed package (msi)'
172-
uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0
172+
uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0
173173
with:
174174
path: '${{ github.workspace }}/signed-packaged/*'
175175
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-packaged.windows.${{ env.LFMP_ARCH }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.pre.node20
67+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20
6868
with:
6969
name: SARIF file
7070
path: results.sarif

0 commit comments

Comments
 (0)