Skip to content

Commit 4137200

Browse files
committed
updates actions/upload-artifact
1 parent d6588d6 commit 4137200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
xcodebuild -project DynamicUniversalApp.xcodeproj -configuration Release
2424
2525
- name: Store build artifact
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: build
2929
path: build/Release

0 commit comments

Comments
 (0)