Skip to content

Commit edfab12

Browse files
Update upload-artifact github action (#1386)
1 parent 11e7477 commit edfab12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
113113

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

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

0 commit comments

Comments
 (0)