Skip to content

Commit f7aa677

Browse files
Copilot0xReLogic
andauthored
deps: merge all dependency bump PRs (#47-#54) and verify build
Agent-Logs-Url: https://github.com/0xReLogic/Forge/sessions/f0a6a0df-15aa-490d-8114-a56e32f2ca6c Co-authored-by: 0xReLogic <216743020+0xReLogic@users.noreply.github.com>
1 parent 475d6e9 commit f7aa677

3 files changed

Lines changed: 261 additions & 55 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: cargo build --release --target ${{ matrix.target }}
161161

162162
- name: Upload artifacts
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v7
164164
with:
165165
name: ${{ matrix.asset_name }}
166166
path: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
@@ -174,10 +174,10 @@ jobs:
174174
- uses: actions/checkout@v4
175175

176176
- name: Set up Docker
177-
uses: docker/setup-buildx-action@v3
177+
uses: docker/setup-buildx-action@v4
178178

179179
- name: Download Linux binary
180-
uses: actions/download-artifact@v4
180+
uses: actions/download-artifact@v8
181181
with:
182182
name: forge-linux-amd64
183183
path: ./
@@ -208,7 +208,7 @@ jobs:
208208
- uses: actions/checkout@v4
209209

210210
- name: Download all artifacts
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v8
212212

213213
- name: Prepare release assets
214214
run: |

0 commit comments

Comments
 (0)