Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

# Upload the downloaded files as artifacts to GitHub
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: gmt-cache
path: ~/.gmt/static
Expand All @@ -124,7 +124,7 @@ jobs:
COASTLINEDIR: ${{ env.COASTLINEDIR }}

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coastline-cache
path: ${{ env.COASTLINEDIR }}
Expand All @@ -141,7 +141,7 @@ jobs:
run: bash ci/install-dependencies-windows.sh

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: vcpkg-cache
# VCPKG_INSTALLATION_ROOT is C:\vcpkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
if: runner.os == 'Windows'

- name: Upload build directory if failed
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: BuildDirectory-${{ runner.os }}
path: build/
Expand Down
Loading