Skip to content

Commit 4691f94

Browse files
Merge pull request #257 from LibRapid/dependabot/github_actions/actions/upload-artifact-4
2 parents 303d80a + a1e399b commit 4691f94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
make latexpdf
407407
408408
- name: Store Artifacts
409-
uses: actions/upload-artifact@v3
409+
uses: actions/upload-artifact@v4
410410
with:
411411
name: Documentation
412412
path: docs/build/**
@@ -572,7 +572,7 @@ jobs:
572572
python dataProcessor.py --directory ../build --output ../../${{ matrix.pretty }} --relative Eigen --verbose
573573
574574
- name: Upload Intermediate Benchmark Results
575-
uses: actions/upload-artifact@v3
575+
uses: actions/upload-artifact@v4
576576
with:
577577
name: ${{ matrix.pretty }}
578578
path: ${{ matrix.pretty }}
@@ -604,7 +604,7 @@ jobs:
604604
tree
605605
606606
- name: Upload Intermediate Benchmark Results
607-
uses: actions/upload-artifact@v3
607+
uses: actions/upload-artifact@v4
608608
with:
609609
name: IntermediateBenchmarkResults
610610
path: IntermediateBenchmarkResults
@@ -624,7 +624,7 @@ jobs:
624624
tree
625625
626626
- name: Upload Benchmark Documentation
627-
uses: actions/upload-artifact@v3
627+
uses: actions/upload-artifact@v4
628628
with:
629629
name: LibRapid_Benchmark_SHA_${{ github.sha }}
630630
path: BenchmarkDocumentation

.github/workflows/wheels.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
python -m cibuildwheel --output-dir wheelhouse
349349
350350
- name: Store Artifacts
351-
uses: actions/upload-artifact@v3
351+
uses: actions/upload-artifact@v4
352352
with:
353353
path: wheelhouse/*.whl
354354

@@ -377,7 +377,7 @@ jobs:
377377
twine check dist/*.tar.gz
378378
379379
- name: Store artifacts
380-
uses: actions/upload-artifact@v3
380+
uses: actions/upload-artifact@v4
381381
with:
382382
path: dist/*.tar.gz
383383

@@ -590,6 +590,6 @@ jobs:
590590
# python -m cibuildwheel --output-dir wheelhouse
591591
#
592592
# - name: Store Artifacts
593-
# uses: actions/upload-artifact@v3
593+
# uses: actions/upload-artifact@v4
594594
# with:
595595
# path: wheelhouse/*.whl

0 commit comments

Comments
 (0)