Skip to content

Commit 6ad0910

Browse files
authored
Merge pull request #261 from lidofinance/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents ab4347b + 0c98f0d commit 6ad0910

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-ipfs-test-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PREFILL_UNSAFE_EL_RPC_URLS_560048: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_560048 }}
5050
PREFILL_UNSAFE_EL_RPC_URLS_11155111: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_11155111 }}
5151
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
52-
- uses: actions/upload-artifact@v6
52+
- uses: actions/upload-artifact@v7
5353
with:
5454
name: ${{ env.ipfs_folder }}
5555
path: ${{ env.ipfs_folder }}

.github/workflows/ci-ipfs-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PREFILL_UNSAFE_EL_RPC_URLS_560048: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_560048 }}
4545
PREFILL_UNSAFE_EL_RPC_URLS_11155111: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_11155111 }}
4646
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
47-
- uses: actions/upload-artifact@v6
47+
- uses: actions/upload-artifact@v7
4848
with:
4949
name: ${{ env.ipfs_folder }}
5050
path: ${{ env.ipfs_folder }}

.github/workflows/ci-ipfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
PREFILL_UNSAFE_EL_RPC_URLS_560048: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_560048 }}
5454
PREFILL_UNSAFE_EL_RPC_URLS_11155111: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_11155111 }}
5555
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: ${{ env.ipfs_folder }}
5959
path: ${{ env.ipfs_folder }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
STAND_URL: ${{ inputs.stand_url }}
5151
STAND_TYPE: ${{ inputs.stand_type }}
5252

53-
- uses: actions/upload-artifact@v6
53+
- uses: actions/upload-artifact@v7
5454
if: always()
5555
with:
5656
name: playwright-report

0 commit comments

Comments
 (0)