Skip to content

Commit eabe0ba

Browse files
WEB3-243: Upgrade Artifacts Actions using @v3 to @v4 (#343)
- Artifacts actions `@v3` being deprecated. - All `actions/upload-artifact` and `actions/download-artifact` uses must be upgraded to `@v4` before brownout dates in January: - https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/ <img src="https://github.com/user-attachments/assets/e1f86962-652f-46ac-a35d-2a9eb7c1db34" width="400"/>
1 parent f56c089 commit eabe0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: cargo test
150150
run: cargo test --workspace --all-features --timings
151151
- name: Upload timings artifacts
152-
uses: actions/upload-artifact@v3
152+
uses: actions/upload-artifact@v4
153153
with:
154154
name: cargo-timings-${{ matrix.os }}-${{ matrix.device }}
155155
path: target/cargo-timings/

0 commit comments

Comments
 (0)