Skip to content

Commit ee68ec6

Browse files
authored
Preemptive fix for the GH upcoming breaking changes. (#420)
1 parent dd66d6e commit ee68ec6

File tree

5 files changed

+291
-291
lines changed

5 files changed

+291
-291
lines changed

.github/workflows/integration-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
go-version: 1.22
2020
- name: make
2121
run: make
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2323
with:
2424
name: helm-skaffold
2525
path: ./test/skaffold.yaml
2626
if-no-files-found: error
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2828
with:
2929
name: draft-binary
3030
path: ./draft
@@ -35,7 +35,7 @@ jobs:
3535
needs: build
3636
steps:
3737
- uses: actions/checkout@v2
38-
- uses: actions/download-artifact@v4
38+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
3939
with:
4040
name: draft-binary
4141
- run: chmod +x ./draft

0 commit comments

Comments
 (0)