Skip to content

Commit 84141dc

Browse files
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1407)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ac5099 commit 84141dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109

110110
- name: Upload Binary (DEB)
111111
if: ${{ matrix.cfg.cpack == 'yes' }}
112-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113113
with:
114114
name: "libdpp - Debian Package ${{matrix.cfg.arch}}"
115115
path: '${{github.workspace}}/build/*.deb'
116116

117117
- name: Upload Binary (RPM)
118118
if: ${{ matrix.cfg.cpack == 'yes' }}
119-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120120
with:
121121
name: "libdpp - RPM Package ${{matrix.cfg.arch}}"
122122
path: '${{github.workspace}}/build/*.rpm'
@@ -225,7 +225,7 @@ jobs:
225225

226226
- name: Upload Binary
227227
if: ${{ matrix.cfg.upload }}
228-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
228+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
229229
with:
230230
name: "libdpp - Windows ${{matrix.cfg.name}}-${{matrix.cfg.config}}-vs${{matrix.cfg.vs}}"
231231
path: '${{github.workspace}}/main/build/*.zip'
@@ -267,13 +267,13 @@ jobs:
267267
run: cd build && sudo cpack --verbose || cat /home/runner/work/DPP/DPP/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
268268

269269
- name: Upload Binaries (DEB)
270-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
270+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
271271
with:
272272
name: "libdpp - Debian Package ${{matrix.cfg.name}}"
273273
path: "${{github.workspace}}/build/*.deb"
274274

275275
- name: Upload Binaries (RPM)
276-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
276+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
277277
with:
278278
name: "libdpp - RPM Package ${{matrix.cfg.name}}"
279279
path: "${{github.workspace}}/build/*.rpm"

.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868
with:
6969
name: SARIF file
7070
path: results.sarif

0 commit comments

Comments
 (0)