Skip to content

Commit

Permalink
Merge branch 'main' into davidgamero/ensure-gh-az-clis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Nov 7, 2024
2 parents 0f32754 + ee68ec6 commit a3cb68f
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 291 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
go-version: 1.22
- name: make
run: make
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: helm-skaffold
path: ./test/skaffold.yaml
if-no-files-found: error
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: draft-binary
path: ./draft
Expand All @@ -35,7 +35,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: draft-binary
- run: chmod +x ./draft
Expand Down
Loading

0 comments on commit a3cb68f

Please sign in to comment.