Skip to content

Commit 484c6a6

Browse files
committed
Use sha version also for upload-artifact action
1 parent 9fa32bb commit 484c6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Store artifacts
124124
if: ${{ always() }}
125-
uses: actions/upload-artifact@v5
125+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
126126
with:
127127
name: voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }}
128128
path: outbox/

0 commit comments

Comments
 (0)