Skip to content

Commit

Permalink
Update upload-artifact github action (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Oct 14, 2024
1 parent 11e7477 commit edfab12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap

- name: Upload SyTest logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: ${{ always() }}
with:
name: Sytest Logs - ${{ job.status }} - (Synapse, ${{ matrix.label }})
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap

- name: Upload SyTest logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: ${{ always() }}
with:
name: Sytest Logs - ${{ job.status }} - (Dendrite, ${{ join(matrix.*, ', ') }})
Expand Down

0 comments on commit edfab12

Please sign in to comment.