Skip to content

Commit f7fc560

Browse files
authored
Merge branch 'main' into dependabot/cargo/reqwest-0.12.28
2 parents c93b2ad + 758fe84 commit f7fc560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
Compress-Archive -Path ev-reth.exe -DestinationPath ../../../ev-reth-${{ matrix.target }}.zip
5959
6060
- name: Upload artifacts
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: ev-reth-${{ matrix.target }}
6464
path: |
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v6
7676

7777
- name: Download artifacts
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v8
7979
with:
8080
path: artifacts
8181
pattern: ev-reth-*

0 commit comments

Comments
 (0)