Skip to content

Commit

Permalink
Update github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavitMkhitaryan committed Jul 17, 2024
1 parent babeba0 commit ca3e128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-demo-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
METAMASK_SETUP_NETWORK: ${{ vars.METAMASK_SETUP_NETWORK}}
METAMASK_SETUP_PRIVATE_KEY: ${{secrets.METAMASK_SETUP_PRIVATE_KEY}}
METAMASK_SETUP_PASSWORD: ${{secrets.METAMASK_SETUP_PASSWORD}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-report
Expand Down

0 comments on commit ca3e128

Please sign in to comment.