|
76 | 76 | run: zip -r ${{matrix.pkg.type}}-${{matrix.cpu.platform}}.zip ${{matrix.pkg.path}} |
77 | 77 |
|
78 | 78 | - name: Upload artifacts |
79 | | - uses: actions/upload-artifact@v3 |
| 79 | + uses: actions/upload-artifact@master |
80 | 80 | with: |
81 | 81 | name: ${{matrix.pkg.type}}-${{matrix.cpu.platform}} |
82 | 82 | path: ${{matrix.pkg.path}} |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | run: 7z a -tzip pulsar-client-cpp-${{ matrix.triplet }}.zip ${{ env.INSTALL_DIR }}/* |
163 | 163 |
|
164 | 164 | - name: Upload artifacts |
165 | | - uses: actions/upload-artifact@v3 |
| 165 | + uses: actions/upload-artifact@master |
166 | 166 | with: |
167 | 167 | name: ${{ matrix.triplet }} |
168 | 168 | path: ${{ env.INSTALL_DIR }} |
@@ -190,7 +190,7 @@ jobs: |
190 | 190 | run: 7z a -tzip pulsar-client-cpp-${{ matrix.triplet }}-Debug.zip ${{ env.INSTALL_DIR }}-Debug/* |
191 | 191 |
|
192 | 192 | - name: Upload artifacts (Debug) |
193 | | - uses: actions/upload-artifact@v3 |
| 193 | + uses: actions/upload-artifact@master |
194 | 194 | with: |
195 | 195 | name: ${{ matrix.triplet }}-Debug |
196 | 196 | path: ${{ env.INSTALL_DIR }}-Debug |
@@ -224,7 +224,7 @@ jobs: |
224 | 224 | cp macos-${{ matrix.arch }}.zip ../../../ |
225 | 225 |
|
226 | 226 | - name: Upload artifacts |
227 | | - uses: actions/upload-artifact@v3 |
| 227 | + uses: actions/upload-artifact@master |
228 | 228 | with: |
229 | 229 | name: macos-${{ matrix.arch }}.zip |
230 | 230 | path: macos-${{ matrix.arch }}.zip |
0 commit comments