Skip to content

Commit 0eb75d1

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acf33b1 commit 0eb75d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ jobs:
122122
$LFMP_DIR_REPOS/monitoring-plugins/build/create-packages.sh
123123
124124
- name: 'Upload the compiled plugins'
125-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
125+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
126126
with:
127127
compression-level: 7
128128
path: '${{ env.LFMP_DIR_COMPILED }}/*'
129129
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.compiled.${{ env.LFMP_ARCH }}.${{ env.LFMP_TARGET_DISTROS }}"
130130

131131
- name: 'Upload the packages (rpm, deb, tar, zip)'
132-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
132+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
133133
with:
134134
compression-level: 7
135135
path: '${{ env.LFMP_DIR_PACKAGED }}/*'
@@ -147,7 +147,7 @@ jobs:
147147
path: '/tmp/artifacts'
148148

149149
- name: 'Upload the final result (one file)'
150-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
150+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
151151
with:
152152
compression-level: 7
153153
path: '/tmp/artifacts/*'

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ jobs:
122122
$LFMP_DIR_REPOS/monitoring-plugins/build/create-packages.sh
123123
124124
- name: 'Upload the compiled plugins'
125-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
125+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
126126
with:
127127
compression-level: 7
128128
path: '${{ env.LFMP_DIR_COMPILED }}/*'
129129
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.compiled.${{ env.LFMP_ARCH }}.${{ env.LFMP_TARGET_DISTROS }}"
130130

131131
- name: 'Upload the packages (rpm, deb, tar, zip)'
132-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
132+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
133133
with:
134134
compression-level: 7
135135
path: '${{ env.LFMP_DIR_PACKAGED }}/*'
@@ -147,7 +147,7 @@ jobs:
147147
path: '/tmp/artifacts'
148148

149149
- name: 'Upload the final result (one file)'
150-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
150+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
151151
with:
152152
compression-level: 7
153153
path: '/tmp/artifacts/*'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
$LFMP_DIR_REPOS/monitoring-plugins/build/compile-multiple.sh
9999
100100
- name: 'Upload the compiled plugins'
101-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
101+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
102102
with:
103103
path: '${{ env.LFMP_DIR_COMPILED }}/check-plugins/*'
104104
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.compiled.${{ env.LFMP_ARCH }}"
@@ -126,7 +126,7 @@ jobs:
126126
-out ${{ env.LFMP_DIR_PACKAGED }}\out\linuxfabrik-monitoring-plugins.msi
127127
128128
- name: 'Upload the package (msi)'
129-
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
129+
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
130130
with:
131131
path: '${{ env.LFMP_DIR_PACKAGED }}/out/*'
132132
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.packaged.${{ env.LFMP_ARCH }}"

0 commit comments

Comments
 (0)