|
80 | 80 | run: strip --strip-all target/${{ matrix.target }}/release/pdu |
81 | 81 |
|
82 | 82 | - name: Upload build artifact |
83 | | - uses: actions/upload-artifact@v3 |
| 83 | + uses: actions/upload-artifact@v4 |
84 | 84 | with: |
85 | 85 | name: pdu-${{ matrix.target }} |
86 | 86 | path: target/${{ matrix.target }}/release/pdu |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | run: strip target/${{ matrix.target }}/release/pdu |
114 | 114 |
|
115 | 115 | - name: Upload build artifact |
116 | | - uses: actions/upload-artifact@v3 |
| 116 | + uses: actions/upload-artifact@v4 |
117 | 117 | with: |
118 | 118 | name: pdu-${{ matrix.target }} |
119 | 119 | path: target/${{ matrix.target }}/release/pdu |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | run: cargo build --target ${{ matrix.target }} --release --all-features |
145 | 145 |
|
146 | 146 | - name: Upload build artifact |
147 | | - uses: actions/upload-artifact@v3 |
| 147 | + uses: actions/upload-artifact@v4 |
148 | 148 | with: |
149 | 149 | name: pdu-${{ matrix.target }} |
150 | 150 | path: target/${{ matrix.target }}/release/pdu.exe |
@@ -336,7 +336,7 @@ jobs: |
336 | 336 | run: ./ci/github-actions/create-checksums.sh |
337 | 337 |
|
338 | 338 | - name: Upload as artifacts |
339 | | - uses: actions/upload-artifact@v3 |
| 339 | + uses: actions/upload-artifact@v4 |
340 | 340 | with: |
341 | 341 | name: checksums |
342 | 342 | path: sha*sum.txt |
|
0 commit comments