Skip to content

Commit f298d36

Browse files
authored
Merge pull request #557 from godotengine/dependabot/github_actions/actions/upload-artifact-2.2.3
Bump actions/upload-artifact from 2.2.2 to 2.2.3
2 parents c629200 + eb8ae9d commit f298d36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
scons target=release generate_bindings=yes -j $(nproc)
3030
3131
- name: Upload artifact
32-
uses: actions/[email protected].2
32+
uses: actions/[email protected].3
3333
with:
3434
name: godot-cpp-linux-glibc2.23-x86_64-release
3535
path: bin/libgodot-cpp.linux.release.64.a
@@ -66,7 +66,7 @@ jobs:
6666
scons target=release generate_bindings=yes -j $env:NUMBER_OF_PROCESSORS
6767
6868
- name: Upload artifact
69-
uses: actions/[email protected].2
69+
uses: actions/[email protected].3
7070
with:
7171
name: godot-cpp-windows-msvc2019-x86_64-release
7272
path: bin/libgodot-cpp.windows.release.64.lib
@@ -100,7 +100,7 @@ jobs:
100100
scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
101101
102102
- name: Upload artifact
103-
uses: actions/[email protected].2
103+
uses: actions/[email protected].3
104104
with:
105105
name: godot-cpp-linux-mingw-x86_64-release
106106
path: bin/libgodot-cpp.windows.release.64.a
@@ -131,7 +131,7 @@ jobs:
131131
scons target=release generate_bindings=yes -j $(sysctl -n hw.logicalcpu)
132132
133133
- name: Upload artifact
134-
uses: actions/[email protected].2
134+
uses: actions/[email protected].3
135135
with:
136136
name: godot-cpp-macos-x86_64-release
137137
path: bin/libgodot-cpp.osx.release.64.a

0 commit comments

Comments
 (0)