diff --git a/.github/workflows/fossology.yml b/.github/workflows/fossology.yml index 9088623..5c3d0d4 100644 --- a/.github/workflows/fossology.yml +++ b/.github/workflows/fossology.yml @@ -27,6 +27,6 @@ jobs: path: ./results # Artifact download - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: scan-fossology-report diff --git a/.github/workflows/license-finder.yml b/.github/workflows/license-finder.yml index 6fef820..f79e012 100644 --- a/.github/workflows/license-finder.yml +++ b/.github/workflows/license-finder.yml @@ -26,6 +26,6 @@ jobs: path: ./license-finder-report - name: Artifact download - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: scan-license-finder-report diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f44e999..cd8a2ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,12 +116,12 @@ jobs: egress-policy: audit - name: Download ${{ needs.build.outputs.version }}_s.bin - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: ${{ needs.build.outputs.version }}_s.bin - name: Download ${{ needs.build.outputs.version }}_ns.bin - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: ${{ needs.build.outputs.version }}_ns.bin diff --git a/.github/workflows/scancode.yml b/.github/workflows/scancode.yml index f42f189..96b2f1f 100644 --- a/.github/workflows/scancode.yml +++ b/.github/workflows/scancode.yml @@ -27,6 +27,6 @@ jobs: path: ./results/ - name: Artifact download - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: scan-scancode-report \ No newline at end of file