Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uv run python bin/prepare_release_email.py > release-email.txt

- name: Upload release email
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: release-email
path: release-email.txt
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uv.lock

- name: Cache virtual environment
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-venv
with:
path: .venv
Expand All @@ -52,7 +52,7 @@ jobs:
# store it
- name: Cache PySM3 data files
id: cache-pysm3
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/pysm3-data
key: pysm3-data-${{ runner.os }}-${{ matrix.python }}-${{ matrix.mpi }}-${{ secrets.CACHE_VERSION }}
Expand Down
Loading