diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad81c79..29767b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: - name: Upload coverage profile if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-go-${{ matrix.go }} path: coverage.out diff --git a/.github/workflows/registry-actions.yml b/.github/workflows/registry-actions.yml index 7313f34..7a80ae9 100644 --- a/.github/workflows/registry-actions.yml +++ b/.github/workflows/registry-actions.yml @@ -35,7 +35,7 @@ jobs: path: rock - name: Upload Rock Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ipp-usb-rock path: ${{ steps.rockcraft.outputs.rock }}