Skip to content

Commit 8e31dae

Browse files
Update actions/upload-artifact action to v3.1.3
1 parent 15b11e9 commit 8e31dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].2
35+
uses: actions/[email protected].3
3636
with:
3737
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3838
path: |

0 commit comments

Comments
 (0)