Skip to content

Commit 916ed5c

Browse files
Update actions/upload-artifact action to v2.3.1
1 parent e3ec6cf commit 916ed5c

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload build artifacts
5151
if: failure()
52-
uses: actions/upload-artifact@v2.2.3
52+
uses: actions/upload-artifact@v2.3.1
5353
with:
5454
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
5555
path: |

0 commit comments

Comments
 (0)