diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-11 10:16:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 10:16:49 +0000 |
commit | 791c28234951676d50a4177c544fe901b8556cb7 (patch) | |
tree | e8f8a842cb690be1eb78409fcd6bbf7527d22aed /.github/workflows/twisted_trunk.yml | |
parent | Bump actions/download-artifact from 3 to 4 (#16795) (diff) | |
download | synapse-791c28234951676d50a4177c544fe901b8556cb7.tar.xz |
Bump actions/upload-artifact from 3 to 4 (#16796)
Diffstat (limited to '.github/workflows/twisted_trunk.yml')
-rw-r--r-- | .github/workflows/twisted_trunk.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index 428180fffd..b7b93b3561 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -136,7 +136,7 @@ jobs: if: ${{ always() }} run: /sytest/scripts/tap_to_gha.pl /logs/results.tap - name: Upload SyTest logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: Sytest Logs - ${{ job.status }} - (${{ join(matrix.*, ', ') }}) |