Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Setup DB
run: ./plugin.test local db preparetest
- name: Load test outputs
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
path: ./artifacts
- name: Build flakey test runner
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
with:
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
- name: Download all workflow run artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- name: Set SonarQube Report Paths
id: sonarqube_report_paths
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
name: Client Compatibility Test ${{ matrix.name }}
steps:
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Prepare Base64 TOML config
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/live-testnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_SEPOLIA_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_BSC_TESTNET_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_OPTIMISM_SEPOLIA_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_ARBITRUM_SEPOLIA_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_BASE_SEPOLIA_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -600,7 +600,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_POLYGON_MUMBAI_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_AVALANCHE_FUJI_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -744,7 +744,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_FANTOM_TESTNET_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_CELO_ALFAJORES_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -881,7 +881,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_SCROLL_SEPOLIA_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down Expand Up @@ -949,7 +949,7 @@ jobs:
wsEndpoints: ${{ secrets.QA_LINEA_GOERLI_URLS }}
fundingKeys: ${{ secrets.QA_EVM_KEYS }}
- name: Download Tests Binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: tests
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solidity-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Make coverage directory
run: mkdir ./contracts/coverage-reports
- name: Download coverage
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
path: ./contracts/coverage-reports
- name: Display structure of downloaded files
Expand Down
Loading