Skip to content

Commit 9ed21ff

Browse files
Update actions/upload-artifact action to v4
1 parent 15b11e9 commit 9ed21ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Upload build artifacts on failure
3434
if: failure()
35-
uses: actions/upload-artifact@v3.1.2
35+
uses: actions/upload-artifact@v4.4.0
3636
with:
3737
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3838
path: |

0 commit comments

Comments
 (0)