Skip to content

Commit

Permalink
Preemptive fix for the GH upcoming breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsat Mishra committed Nov 6, 2024
1 parent dd66d6e commit ba79086
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 ba79086

Please sign in to comment.