diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index a6fb42c57..57b4c3884 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -48,7 +48,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Upload build - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-dist path: ${{ inputs.working-directory }}/dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4adbf26a..3e9a155b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Upload build - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist path: ${{ inputs.working-directory }}/dist/