Skip to content

Commit 950e86a

Browse files
build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.3 (#1302)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 351b352 commit 950e86a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ jobs:
111111

112112
- name: Upload Binary (DEB)
113113
if: ${{ matrix.cfg.cpack == 'yes' }}
114-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
114+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
115115
with:
116116
name: "libdpp - Debian Package ${{matrix.cfg.arch}}"
117117
path: '${{github.workspace}}/build/*.deb'
118118

119119
- name: Upload Binary (RPM)
120120
if: ${{ matrix.cfg.cpack == 'yes' }}
121-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
121+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
122122
with:
123123
name: "libdpp - RPM Package ${{matrix.cfg.arch}}"
124124
path: '${{github.workspace}}/build/*.rpm'
@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Upload Binary
236236
if: ${{ matrix.cfg.upload }}
237-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
237+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
238238
with:
239239
name: "libdpp - Windows ${{matrix.cfg.name}}-${{matrix.cfg.config}}-vs${{matrix.cfg.vs}}"
240240
path: '${{github.workspace}}/main/build/*.zip'
@@ -276,13 +276,13 @@ jobs:
276276
run: cd build && sudo cpack --verbose || cat /home/runner/work/DPP/DPP/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
277277

278278
- name: Upload Binaries (DEB)
279-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
279+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
280280
with:
281281
name: "libdpp - Debian Package ${{matrix.cfg.name}}"
282282
path: "${{github.workspace}}/build/*.deb"
283283

284284
- name: Upload Binaries (RPM)
285-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
285+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
286286
with:
287287
name: "libdpp - RPM Package ${{matrix.cfg.name}}"
288288
path: "${{github.workspace}}/build/*.rpm"

.github/workflows/scorecard.yml

+1-1
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
67+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6868
with:
6969
name: SARIF file
7070
path: results.sarif

0 commit comments

Comments
 (0)