chore(ci): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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>
This commit is contained in:
dependabot[bot]
2023-12-22 14:51:48 +00:00
committed by rudy-6-4
parent f03226c6b6
commit 911cac23fe
4 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ jobs:
make ${{ env.BENCHMARK_TARGET }}
- name: Upload raw results artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compiler_${{ github.sha }}_raw
path: compilers/concrete-compiler/compiler/benchmarks_results.json
@@ -123,7 +123,7 @@ jobs:
--throughput
- name: Upload parsed results artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compiler_${{ github.sha }}
path: ${{ env.RESULTS_FILENAME }}