diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-12 05:48:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 05:48:34 +0000 |
commit | eb8ae9dd51961e458b13637a8d23121985b0fcfe (patch) | |
tree | 80706e7e40d65fa782027de2be88930159f0926c /.github/workflows | |
parent | d68e629a7cb93a6be73391d87be060eeb72d9d7a (diff) | |
download | redot-cpp-eb8ae9dd51961e458b13637a8d23121985b0fcfe.tar.gz |
Bump actions/upload-artifact from 2.2.2 to 2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...v2.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129afd9..aff73a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: scons target=release generate_bindings=yes -j $(nproc) - name: Upload artifact - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: godot-cpp-linux-glibc2.23-x86_64-release path: bin/libgodot-cpp.linux.release.64.a @@ -66,7 +66,7 @@ jobs: scons target=release generate_bindings=yes -j $env:NUMBER_OF_PROCESSORS - name: Upload artifact - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: godot-cpp-windows-msvc2019-x86_64-release path: bin/libgodot-cpp.windows.release.64.lib @@ -100,7 +100,7 @@ jobs: scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS - name: Upload artifact - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: godot-cpp-linux-mingw-x86_64-release path: bin/libgodot-cpp.windows.release.64.a @@ -131,7 +131,7 @@ jobs: scons target=release generate_bindings=yes -j $(sysctl -n hw.logicalcpu) - name: Upload artifact - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: godot-cpp-macos-x86_64-release path: bin/libgodot-cpp.osx.release.64.a |