Skip to content

Commit 439865a

Browse files
chore(deps): Bump actions/download-artifact from 4.3.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cf7c56 commit 439865a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/fossology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
path: ./results
2828

2929
# Artifact download
30-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
30+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
3131
with:
3232
name: scan-fossology-report

.github/workflows/license-finder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
path: ./license-finder-report
2727

2828
- name: Artifact download
29-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
29+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
3030
with:
3131
name: scan-license-finder-report

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ jobs:
116116
egress-policy: audit
117117

118118
- name: Download ${{ needs.build.outputs.version }}_s.bin
119-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
119+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
120120
with:
121121
name: ${{ needs.build.outputs.version }}_s.bin
122122

123123
- name: Download ${{ needs.build.outputs.version }}_ns.bin
124-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
124+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
125125
with:
126126
name: ${{ needs.build.outputs.version }}_ns.bin
127127

.github/workflows/scancode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
path: ./results/
2828

2929
- name: Artifact download
30-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
30+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
3131
with:
3232
name: scan-scancode-report

0 commit comments

Comments
 (0)