Skip to content

Commit c794932

Browse files
Bump actions/upload-artifact from 6 to 7 (#155)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent c0274e1 commit c794932

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,36 +201,36 @@ runs:
201201
echo "secrets-leaked=$quantity" >> $GITHUB_OUTPUT
202202
203203
- name: Upload artifacts secrets-result.log
204-
uses: actions/upload-artifact@v6
204+
uses: actions/upload-artifact@v7
205205
if: always() && env.SCAN_RAN == 'true'
206206
with:
207207
name: report-log
208208
path: secrets-result.log
209209

210210
- name: Upload artifacts secrets.csv
211-
uses: actions/upload-artifact@v6
211+
uses: actions/upload-artifact@v7
212212
if: env.SECRETS_FOUND == 'true'
213213
id: secrets
214214
with:
215215
name: secrets-csv
216216
path: secrets.csv
217217

218218
- name: Upload artifacts secrets-result.csv
219-
uses: actions/upload-artifact@v6
219+
uses: actions/upload-artifact@v7
220220
if: env.SECRETS_FOUND == 'true'
221221
with:
222222
name: report-csv
223223
path: secrets-result.csv
224224

225225
- name: Upload artifacts secrets-result.md
226-
uses: actions/upload-artifact@v6
226+
uses: actions/upload-artifact@v7
227227
if: env.SECRETS_FOUND == 'true'
228228
with:
229229
name: report-md
230230
path: secrets-result.md
231231

232232
- name: Upload artifacts fingerprint.txt
233-
uses: actions/upload-artifact@v6
233+
uses: actions/upload-artifact@v7
234234
if: env.SECRETS_FOUND == 'true'
235235
with:
236236
name: fingerprint-txt

0 commit comments

Comments
 (0)