Skip to content

Commit

Permalink
Merge pull request #557 from godotengine/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-2.2.3

Bump actions/upload-artifact from 2.2.2 to 2.2.3
  • Loading branch information
akien-mga authored May 25, 2021
2 parents c629200 + eb8ae9d commit f298d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
scons target=release generate_bindings=yes -j $(nproc)
- name: Upload artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: godot-cpp-linux-glibc2.23-x86_64-release
path: bin/libgodot-cpp.linux.release.64.a
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
scons target=release generate_bindings=yes -j $env:NUMBER_OF_PROCESSORS
- name: Upload artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: godot-cpp-windows-msvc2019-x86_64-release
path: bin/libgodot-cpp.windows.release.64.lib
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
- name: Upload artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: godot-cpp-linux-mingw-x86_64-release
path: bin/libgodot-cpp.windows.release.64.a
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
scons target=release generate_bindings=yes -j $(sysctl -n hw.logicalcpu)
- name: Upload artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: godot-cpp-macos-x86_64-release
path: bin/libgodot-cpp.osx.release.64.a
Expand Down

0 comments on commit f298d36

Please sign in to comment.