Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent 2560687 commit ae9697a
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 ae9697a

Please sign in to comment.