diff --git a/.github/workflows/code-intelligence.yml b/.github/workflows/code-intelligence.yml index dd289981..c1ad243b 100644 --- a/.github/workflows/code-intelligence.yml +++ b/.github/workflows/code-intelligence.yml @@ -37,7 +37,7 @@ jobs: run: vendor/bin/pest --coverage --coverage-html=coverage - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 37a712b2..e350cd3c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -63,7 +63,7 @@ jobs: run: php builds/hyde --version - name: Upload executable artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyde path: builds/hyde @@ -106,7 +106,7 @@ jobs: - name: Upload signature artifacts if: github.event.repository.full_name == 'hydephp/cli' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: signature path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4bab0c5f..8cea06c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,7 @@ jobs: run: php builds/hyde --version - name: Upload executable - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyde path: builds/hyde