We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b11e9 commit 9ed21ffCopy full SHA for 9ed21ff
.github/workflows/ci-macos.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Upload build artifacts on failure
34
if: failure()
35
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.4.0
36
with:
37
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
38
path: |
0 commit comments