Skip to content

Commit a161a8a

Browse files
authored
chore: update upload/download GH actions + update signing step - BED-8167 (#195)
1 parent 7a00010 commit a161a8a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
outputs: type=oci,dest=/tmp/oci-image.tar
8888

8989
- name: Upload OCI tarball
90-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4.6.2
90+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # ratchet:actions/upload-artifact@v7.0.1
9191
with:
9292
name: oci-image-tar
9393
path: /tmp/oci-image.tar

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Upload as Artifact
4949
if: matrix.os == 'windows'
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4.6.2
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # ratchet:actions/upload-artifact@v7.0.1
5151
with:
5252
name: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
5353
path: azurehound*
@@ -86,10 +86,10 @@ jobs:
8686
aws-secret-access-key: ${{ secrets.BHE_AWS_SECRET_ACCESS_KEY }}
8787
aws-region: us-east-1
8888

89-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
89+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # ratchet:actions/download-artifact@v8.0.1
9090
with:
91-
pattern: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
92-
path: unsigned/
91+
name: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
92+
path: unsigned/azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
9393

9494
- name: Install osslsigncode & pkcs11 engine
9595
run: |

0 commit comments

Comments
 (0)