Skip to content

Commit

Permalink
ci: Bump actions/upload-artifact to v3 (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Apr 4, 2023
1 parent 01bbf1f commit b1909a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: cmakeperf collect build/compile_commands.json -o perf.csv
- name: Results
run: cmakeperf print perf.csv
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: cmakeperf
path: perf.csv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cmake -B build -S . -GNinja -DACTS_BUILD_DOCS=ON
- name: Build
run: cmake --build build --target docs-with-api
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: acts-docs
path: docs/_build/html/

0 comments on commit b1909a1

Please sign in to comment.