Skip to content

Commit

Permalink
Update actions/upload-artifact action to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent b30a868 commit 678a401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload build artifacts
if: failure()
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.1
with:
name: build-artifacts-${{ matrix.swift }}-${{ github.run_id }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.1
with:
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Upload build artifacts
if: failure()
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.1
with:
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
Expand Down

0 comments on commit 678a401

Please sign in to comment.