Skip to content

Commit 0c7e7fa

Browse files
committed
Update checks workflow with new upload-artifact action
1 parent b4ac04c commit 0c7e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Build
130130
run: swift build -v -c release
131131
- name: Store artifact
132-
uses: actions/upload-artifact@v1
132+
uses: actions/upload-artifact@v4
133133
with:
134134
name: rswift-dev
135135
path: .build/release/rswift

0 commit comments

Comments
 (0)