Skip to content

Commit 66b33c0

Browse files
authored
Merge pull request #12 from fireblade-engine/renovate/actions-upload-artifact-2.x
Update actions/upload-artifact action to v2.3.1
2 parents 84c78f0 + 916ed5c commit 66b33c0

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)