Update actions/upload-artifact action to v4.4.3 (#68)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-10 11:13:26 +02:00 committed by GitHub
parent 85ed3e2862
commit 0b3ba9241b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4.4.3
with:
name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
path: |

View File

@ -32,7 +32,7 @@ jobs:
- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4.4.3
with:
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |

View File

@ -24,7 +24,7 @@ jobs:
- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4.4.3
with:
name: test-artifacts-windows-${{ github.run_id }}
path: |