diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3cc17d8..95789de 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -168,13 +168,13 @@ jobs: - name: Upload Mac Installer if: matrix.runs-on == 'macos-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: climate-tokenization-engine-mac-installer path: ${{ github.workspace }}/build-scripts/macos/target/ready-to-upload - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.artifact-name }} path: ${{ github.workspace }}/dist @@ -225,7 +225,7 @@ jobs: dpkg-deb --build --root-owner-group "deb/$CLI_DEB_BASE" - name: Upload deb - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.name }}-deb path: ${{ github.workspace }}/deb/*.deb