diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71d8df6..3cfcfb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: pipx run build - name: Upload artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: sdist_and_wheel path: ./dist/* diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index 303044e..7c19489 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -139,7 +139,7 @@ jobs: run: | copier copy . ../ --data project_name=pybamm-${{ matrix.backend }}-${{ matrix.vcs }} --data project_slug=pybamm_${{ matrix.backend }}_${{ matrix.vcs }} --data backend=${{ matrix.backend }} --data vcs=${{ matrix.vcs }} --trust --defaults - name: Install nox - uses: wntrblm/nox@2024.04.15 + uses: wntrblm/nox@2024.10.09 - name: Test the generated project working-directory: ../pybamm-${{ matrix.backend }}-${{ matrix.vcs }} @@ -167,7 +167,7 @@ jobs: uv-venv: ".venv" - name: Install nox - uses: wntrblm/nox@2024.04.15 + uses: wntrblm/nox@2024.10.09 - name: Install copier and jinja2_time and generate a template with default values run: |