|
57 | 57 | run: zip -r verdaccio.zip ./.verdaccio |
58 | 58 | shell: bash |
59 | 59 | - name: Publish verdaccio storage |
60 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 60 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
61 | 61 | with: |
62 | 62 | name: ${{ inputs.ref && format('verdaccio-{0}', inputs.ref) || 'verdaccio' }} |
63 | 63 | path: verdaccio.zip |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | !.cache/test-app/cache/@o3r* |
115 | 115 | !.cache/test-app/npm-cache/_npx/** |
116 | 116 | key: ${{ runner.os }}-test-app-${{ matrix.packageManager }}-${{ env.currentMonth }} |
117 | | - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 117 | + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
118 | 118 | name: Download verdaccio storage prepared in the previous job |
119 | 119 | with: |
120 | 120 | name: ${{ inputs.ref && format('verdaccio-{0}', inputs.ref) || 'verdaccio' }} |
@@ -148,13 +148,13 @@ jobs: |
148 | 148 | shell: bash |
149 | 149 | - name: Publish generated tests environment on failure |
150 | 150 | if: failure() && steps.it-tests.conclusion == 'failure' |
151 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 151 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
152 | 152 | with: |
153 | 153 | name: it-tests-${{ matrix.os }}-${{ matrix.packageManager }}-${{ inputs.ref }} |
154 | 154 | path: it-tests.zip |
155 | 155 | - name: Publish tests reports |
156 | 156 | if: always() |
157 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 157 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
158 | 158 | with: |
159 | 159 | name: it-reports-${{ matrix.os }}-${{ matrix.packageManager }}-${{ inputs.ref }} |
160 | 160 | path: 'packages/**/dist-test/it-report.xml' |
|
0 commit comments