diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 9ce6983de1..b519e008ec 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -26,7 +26,7 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: gt4py-dist path: ./dist/** diff --git a/.github/workflows/test-eve.yml b/.github/workflows/test-eve.yml index 6b9f16e29b..9d48d50c03 100644 --- a/.github/workflows/test-eve.yml +++ b/.github/workflows/test-eve.yml @@ -50,7 +50,7 @@ jobs: tox run -e eve-py${pyversion_no_dot} # mv coverage.json coverage-py${{ matrix.python-version }}-${{ matrix.os }}.json # - name: Upload coverage.json artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: coverage-py${{ matrix.python-version }}-${{ matrix.os }} # path: coverage-py${{ matrix.python-version }}-${{ matrix.os }}.json @@ -64,7 +64,7 @@ jobs: # echo ${{ github.event.pull_request.head.sha }} >> info.txt # echo ${{ github.run_id }} >> info.txt # - name: Upload info artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: info-py${{ matrix.python-version }}-${{ matrix.os }} # path: info.txt diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 35dcfe336b..1928370202 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -60,7 +60,7 @@ jobs: tox run -e next-py${pyversion_no_dot}-${{ matrix.tox-factor }}-cpu # mv coverage.json coverage-py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env-factor }}-cpu.json # - name: Upload coverage.json artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: coverage-py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env-factor }}-cpu # path: coverage-py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env-factor }}-cpu.json @@ -74,7 +74,7 @@ jobs: # echo ${{ github.event.pull_request.head.sha }} >> info.txt # echo ${{ github.run_id }} >> info.txt # - name: Upload info artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: info-py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env-factor }}-cpu # path: info.txt diff --git a/.github/workflows/test-storage.yml b/.github/workflows/test-storage.yml index a7f3b69c8d..3748ac193e 100644 --- a/.github/workflows/test-storage.yml +++ b/.github/workflows/test-storage.yml @@ -52,7 +52,7 @@ jobs: tox run -e storage-py${pyversion_no_dot}-${{ matrix.tox-factor }}-cpu # mv coverage.json coverage-py${{ matrix.python-version }}-${{ matrix.os }}.json # - name: Upload coverage.json artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: coverage-py${{ matrix.python-version }}-${{ matrix.os }} # path: coverage-py${{ matrix.python-version }}-${{ matrix.os }}.json @@ -66,7 +66,7 @@ jobs: # echo ${{ github.event.pull_request.head.sha }} >> info.txt # echo ${{ github.run_id }} >> info.txt # - name: Upload info artifact - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: info-py${{ matrix.python-version }}-${{ matrix.os }} # path: info.txt