Skip to content

Commit

Permalink
Merge pull request #257 from LibRapid/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4
  • Loading branch information
Pencilcaseman authored Apr 14, 2024
2 parents 303d80a + a1e399b commit 4691f94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
make latexpdf
- name: Store Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Documentation
path: docs/build/**
Expand Down Expand Up @@ -572,7 +572,7 @@ jobs:
python dataProcessor.py --directory ../build --output ../../${{ matrix.pretty }} --relative Eigen --verbose
- name: Upload Intermediate Benchmark Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.pretty }}
path: ${{ matrix.pretty }}
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
tree
- name: Upload Intermediate Benchmark Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: IntermediateBenchmarkResults
path: IntermediateBenchmarkResults
Expand All @@ -624,7 +624,7 @@ jobs:
tree
- name: Upload Benchmark Documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: LibRapid_Benchmark_SHA_${{ github.sha }}
path: BenchmarkDocumentation
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
- name: Store Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
twine check dist/*.tar.gz
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -590,6 +590,6 @@ jobs:
# python -m cibuildwheel --output-dir wheelhouse
#
# - name: Store Artifacts
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# path: wheelhouse/*.whl

0 comments on commit 4691f94

Please sign in to comment.