We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b758d6b + 2581459 commit 9930b78Copy full SHA for 9930b78
1 file changed
.github/workflows/build-release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
swift build --configuration release | xcpretty --utf --color && exit ${PIPESTATUS[0]}
28
29
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
30
with:
31
name: 'public-api-diff'
32
path: '.build/release/public-api-diff'
0 commit comments