Skip to content

Commit b8de3b2

Browse files
authored
Merge pull request #13061 from RasaHQ/INFRA-1126
[INFRA-1124] Update deprecated dependencies
2 parents 7807b19 + 6a207a8 commit b8de3b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389

390390
- name: Store coverage reports
391391
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
392-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
392+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
393393
with:
394394
name: ${{ matrix.test }}-coverage
395395
path: |
@@ -540,7 +540,7 @@ jobs:
540540

541541
- name: Store coverage reports
542542
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
543-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
543+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
544544
with:
545545
name: ${{ matrix.test }}-coverage
546546
path: |
@@ -567,7 +567,7 @@ jobs:
567567

568568
- name: Get backend coverage reports
569569
if: needs.changes.outputs.backend == 'true'
570-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
570+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 #v4.1.8
571571
with:
572572
path: ${{ github.workspace }}/tests_coverage
573573

0 commit comments

Comments
 (0)