Skip to content

Commit 4baed31

Browse files
authored
CI: update upload-artifact and download-artifact actions; also fix linkcheck by removing a broken example (#2786)
* CI: update upload-artifact and download-artifact actions * Remove broken example While https://kanji709.github.io/SimGBS.jl/ still exists, the variant with stable/ does not.
1 parent d18e88b commit 4baed31

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
path-to-lcov: lcov.info
130130
flag-name: latex-${{ join(matrix.*, '-') }}
131131
parallel: true
132-
- uses: actions/upload-artifact@v4
132+
- uses: actions/upload-artifact@v5
133133
with:
134134
name: "PDFs-${{ matrix.os }}"
135135
path: test/examples/builds/*/*.pdf
@@ -208,14 +208,14 @@ jobs:
208208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209209
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
210210
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
211-
- uses: actions/upload-artifact@v4
211+
- uses: actions/upload-artifact@v5
212212
if: ${{ always() && matrix.format == 'pdf' }}
213213
with:
214214
name: PDF build logs
215215
path: ${{ github.workspace }}/latex-debug-logs
216216
- name: Upload search index
217217
if: ${{ matrix.format == 'html' }}
218-
uses: actions/upload-artifact@v4
218+
uses: actions/upload-artifact@v5
219219
with:
220220
name: search-index
221221
path: docs/build/search_index.js
@@ -236,7 +236,7 @@ jobs:
236236
- name: Instantiate main project environment
237237
run: julia --project=. -e 'using Pkg; Pkg.instantiate()'
238238
- name: Download search index
239-
uses: actions/download-artifact@v5
239+
uses: actions/download-artifact@v6
240240
with:
241241
name: search-index
242242
path: docs/build
@@ -250,7 +250,7 @@ jobs:
250250
env:
251251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252252
- name: Upload search benchmark results
253-
uses: actions/upload-artifact@v4
253+
uses: actions/upload-artifact@v5
254254
with:
255255
name: search-benchmark-results
256256
path: test/search/search_benchmark_results_*.txt

docs/src/man/examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Packages that have tagged versions available in the general Registry:
5757
- [PrivateModules.jl](https://michaelhatherly.github.io/PrivateModules.jl/stable/)
5858
- [Query.jl](https://www.queryverse.org/Query.jl/stable/)
5959
- [QuestDBClient.jl](https://ochibobo.github.io/QuestDBClient.jl/dev/)
60-
- [SimGBS.jl](https://kanji709.github.io/SimGBS.jl/stable/)
6160
- [SlimOptim.jl](https://slimgroup.github.io/SlimOptim.jl/stable/)
6261
- [SymbolicRegression.jl](https://astroautomata.com/SymbolicRegression.jl/stable/)
6362
- [TaylorSeries.jl](https://juliadiff.org/TaylorSeries.jl/stable/)

0 commit comments

Comments
 (0)