diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cec8d5..fecea90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: fail_ci_if_error: false - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-report path: imir/target/llvm-cov/html/ diff --git a/.github/workflows/render-profile.yml b/.github/workflows/render-profile.yml index a1e4980..9072477 100644 --- a/.github/workflows/render-profile.yml +++ b/.github/workflows/render-profile.yml @@ -33,7 +33,7 @@ jobs: include_private: true - name: Upload metrics artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: metrics-profile path: metrics/profile.svg @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v5 - name: Download metrics artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: metrics-profile path: . diff --git a/.github/workflows/render-repository.yml b/.github/workflows/render-repository.yml index cefc0ff..0b75d10 100644 --- a/.github/workflows/render-repository.yml +++ b/.github/workflows/render-repository.yml @@ -71,7 +71,7 @@ jobs: temp_artifact: ${{ inputs.temp_artifact || format('.metrics-tmp/{0}.svg', inputs.target_repo) }} - name: Upload metrics artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: metrics-${{ inputs.target_repo }} path: ${{ inputs.target_path || format('metrics/{0}.svg', inputs.target_repo) }} @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v5 - name: Download metrics artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: metrics-${{ inputs.target_repo }} path: .