Skip to content

Commit

Permalink
bump action verions
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Apr 8, 2024
1 parent 920fdc6 commit 13acdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build
run: make build
- name: ui-test
run: make ui-test
- name: cypress-artifacs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifacts
Expand Down

0 comments on commit 13acdce

Please sign in to comment.