Skip to content

Commit b06dd5a

Browse files
Bump GitHub Artifact Actions (#1079)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v5.0.0 | v6.0.0 | | github-tags | actions/upload-artifact | v4.6.2 | v5.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d29e6b3 commit b06dd5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
./artifacts/package/release/*
106106
107107
- name: Publish artifacts
108-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
109109
with:
110110
name: artifacts-${{ matrix.os-name }}
111111
path: ./artifacts
112112

113113
- name: Publish NuGet packages
114-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
114+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
115115
with:
116116
name: packages-${{ matrix.os-name }}
117117
path: ./artifacts/package/release
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134

135135
- name: Download packages
136-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
136+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
137137
with:
138138
name: packages-windows
139139

@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192

193193
- name: Download packages
194-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
194+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
195195
with:
196196
name: packages-windows
197197

@@ -225,7 +225,7 @@ jobs:
225225
steps:
226226

227227
- name: Download packages
228-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
228+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
229229
with:
230230
name: packages-windows
231231

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
results_format: sarif
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939
with:
4040
name: SARIF
4141
path: results.sarif

0 commit comments

Comments
 (0)