Skip to content

Commit 85bfc9f

Browse files
Merge pull request #17 from figma/nafisa-lenseni/update-github-actions
Desktop: updates actions/upload-artifact
2 parents d6588d6 + 4137200 commit 85bfc9f

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)