|
85 | 85 | run: strip --strip-all target/${{ matrix.target }}/release/pdu |
86 | 86 |
|
87 | 87 | - name: Upload build artifact |
88 | | - uses: actions/upload-artifact@v4 |
| 88 | + uses: actions/upload-artifact@v5 |
89 | 89 | with: |
90 | 90 | name: pdu-${{ matrix.target }} |
91 | 91 | path: target/${{ matrix.target }}/release/pdu |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | run: strip target/${{ matrix.target }}/release/pdu |
122 | 122 |
|
123 | 123 | - name: Upload build artifact |
124 | | - uses: actions/upload-artifact@v4 |
| 124 | + uses: actions/upload-artifact@v5 |
125 | 125 | with: |
126 | 126 | name: pdu-${{ matrix.target }} |
127 | 127 | path: target/${{ matrix.target }}/release/pdu |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | run: cargo build --target ${{ matrix.target }} --release --all-features |
157 | 157 |
|
158 | 158 | - name: Upload build artifact |
159 | | - uses: actions/upload-artifact@v4 |
| 159 | + uses: actions/upload-artifact@v5 |
160 | 160 | with: |
161 | 161 | name: pdu-${{ matrix.target }} |
162 | 162 | path: target/${{ matrix.target }}/release/pdu.exe |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | run: ./ci/github-actions/create-checksums.sh |
349 | 349 |
|
350 | 350 | - name: Upload as artifacts |
351 | | - uses: actions/upload-artifact@v4 |
| 351 | + uses: actions/upload-artifact@v5 |
352 | 352 | with: |
353 | 353 | name: checksums |
354 | 354 | path: sha*sum.txt |
|
0 commit comments