Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: go.mod
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
go-version-file: go.mod
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
if: matrix.integration_test == 'helm-upgrade'
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: go.mod
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: go.mod
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
pattern: image-archives-*
path: image-archives
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
with:
artifact-ids: ${{ needs.cli.outputs.artifact-id }}
path: cli
Expand Down