Commit a36ecd98d0980a31239d6b1a25c6fb3ec376d106

Authored by dependabot[bot]
Committed by GitHub
1 parent 41cfea81

chore: bump actions/upload-artifact from 2 to 3 (#750)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing 1 changed file with 2 additions and 2 deletions
.github/workflows/build.yml
@@ -37,12 +37,12 @@ jobs: @@ -37,12 +37,12 @@ jobs:
37 - name: Copy file to main folder 37 - name: Copy file to main folder
38 run: cp build/include/CLI11.hpp CLI11.hpp 38 run: cp build/include/CLI11.hpp CLI11.hpp
39 39
40 - - uses: actions/upload-artifact@v2 40 + - uses: actions/upload-artifact@v3
41 with: 41 with:
42 name: CLI11.hpp 42 name: CLI11.hpp
43 path: CLI11.hpp 43 path: CLI11.hpp
44 44
45 - - uses: actions/upload-artifact@v2 45 + - uses: actions/upload-artifact@v3
46 with: 46 with:
47 name: CLI11-Source 47 name: CLI11-Source
48 path: CLI11-Source 48 path: CLI11-Source