Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bb59f4

Browse files
chore: bump actions/download-artifact in the action-dependencies group (#2147)
Bumps the action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b8c955 commit 6bb59f4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
python igor.py zip_mods
215215
216216
- name: "Download coverage data"
217-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
217+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
218218
with:
219219
pattern: metacov-*
220220
merge-multiple: true
@@ -301,7 +301,7 @@ jobs:
301301
302302
- name: "Download coverage HTML report"
303303
if: ${{ github.ref == 'refs/heads/main' }}
304-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
304+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
305305
with:
306306
name: html_report
307307
path: reports_repo/${{ env.report_dir }}

.github/workflows/kit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
id-token: write # Needed for signing artifacts
283283
steps:
284284
- name: "Download artifacts"
285-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
285+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
286286
with:
287287
pattern: dist-*
288288
merge-multiple: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: "Download dists"
68-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
68+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6969
with:
7070
repository: "coveragepy/coveragepy"
7171
run-id: ${{ needs.find-run.outputs.run-id }}
@@ -106,7 +106,7 @@ jobs:
106106

107107
steps:
108108
- name: "Download dists"
109-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
109+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
110110
with:
111111
repository: "coveragepy/coveragepy"
112112
run-id: ${{ needs.find-run.outputs.run-id }}

0 commit comments

Comments
 (0)