Skip to content

Commit

Permalink
Bump actions/download-artifact from 3.0.2 to 4.1.8
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@9bc31d5...fa0a91b)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 02d05ed commit 89e5dc7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
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

0 comments on commit 89e5dc7

Please sign in to comment.