Skip to content

Commit

Permalink
Update GitHub actions (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Jun 19, 2024
1 parent 6b4e1b0 commit 0944c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cloud-slack-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
run: |
KUBECONFIG=$(k3d kubeconfig write cloud-slack-e2e-cluster) make test-cloud-slack-dev-e2e
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: screenshots_dump_${{github.sha}}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dump-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4

- name: Dump cluster state
shell: bash
Expand Down

0 comments on commit 0944c18

Please sign in to comment.