Bump actions/upload-artifact from 2 to 3

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>
pull/737/head
dependabot[bot] 2022-04-08 19:14:25 +00:00 committed by GitHub
parent fad357bbe6
commit 4963e6f3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ jobs:
scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }} -j2 scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }} -j2
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: ${{ matrix.artifact-name }} name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-path }} path: ${{ matrix.artifact-path }}
@ -170,7 +170,7 @@ jobs:
scons target=release -j $env:NUMBER_OF_PROCESSORS scons target=release -j $env:NUMBER_OF_PROCESSORS
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: godot-cpp-windows-msvc2019-x86_64-release name: godot-cpp-windows-msvc2019-x86_64-release
path: bin/libgodot-cpp.windows.release.64.lib path: bin/libgodot-cpp.windows.release.64.lib
@ -226,7 +226,7 @@ jobs:
# scons target=release use_mingw=yes -j $env:NUMBER_OF_PROCESSORS # scons target=release use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: godot-cpp-linux-mingw-x86_64-release name: godot-cpp-linux-mingw-x86_64-release
path: bin/libgodot-cpp.windows.release.64.a path: bin/libgodot-cpp.windows.release.64.a