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] authored and lpsinger committed Dec 18, 2023
1 parent 57e7344 commit 80bd1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# poetry run python .github/workflows/runtime_plots.py
# - name: Upload plots to github artifacts
# if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'}}
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: runtime-plots
# path: plots
Expand All @@ -75,7 +75,7 @@ jobs:
fail_ci_if_error: true
- name: Upload benchmark results to github artifacts
if: ${{ matrix.benchmark }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-results-json
path: benchmark_results.json

0 comments on commit 80bd1b3

Please sign in to comment.