diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de14004..0451993 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Show built files shell: bash run: ls -la wheelhouse - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload sdist artifact with: name: sdist_wheels @@ -73,7 +73,7 @@ jobs: - name: Show built files shell: bash run: ls -la wheelhouse - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload wheels artifact with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} @@ -160,7 +160,7 @@ jobs: packages-dir: publish_wheelhouse skip-existing: true repository-url: https://test.pypi.org/legacy/ - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload deploy artifacts with: name: deploy_artifacts @@ -255,7 +255,7 @@ jobs: with: packages-dir: publish_wheelhouse skip-existing: true - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload deploy artifacts with: name: deploy_artifacts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4adf7eb..30492ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: echo "MOD_DPATH = $MOD_DPATH" python -m pytest --verbose --cov=infer_stack $MOD_DPATH ../tests cd .. - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload sdist artifact with: name: sdist_wheels @@ -138,7 +138,7 @@ jobs: - name: Show built files shell: bash run: ls -la wheelhouse - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 name: Upload wheels artifact with: name: wheels-${{ matrix.os }}-${{ matrix.arch }}