Skip to content

Commit

Permalink
Update checks workflow with new upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 3, 2024
1 parent b4ac04c commit 0c7e7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Build
run: swift build -v -c release
- name: Store artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: rswift-dev
path: .build/release/rswift

0 comments on commit 0c7e7fa

Please sign in to comment.