diff --git a/.github/workflows/apple-tests.yml b/.github/workflows/apple-tests.yml index 0b81596..bb7cb07 100644 --- a/.github/workflows/apple-tests.yml +++ b/.github/workflows/apple-tests.yml @@ -83,7 +83,7 @@ jobs: - name: 📤 Upload Coverage Data if: inputs.coverage-enabled - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: ${{ inputs.name }} path: coverage-artifacts/ \ No newline at end of file diff --git a/.github/workflows/third-party-tests.yml b/.github/workflows/third-party-tests.yml index a5bd079..f5b8c82 100644 --- a/.github/workflows/third-party-tests.yml +++ b/.github/workflows/third-party-tests.yml @@ -84,7 +84,7 @@ jobs: - name: 📤 Upload Artifacts if: inputs.coverage-enabled - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: ${{ inputs.name }} path: coverage-artifacts/ \ No newline at end of file