Skip to content

Commit ff264f1

Browse files
committed
Try to fix automated job
1 parent 979e94d commit ff264f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux-gcc_x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2.4.0
17+
- uses: actions/checkout
1818

1919
- run: sudo apt install gcc g++ make libsdl2-dev
2020

@@ -25,7 +25,7 @@ jobs:
2525
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
2626

2727
- name: 'Upload Artifact'
28-
uses: actions/upload-artifact@v2.2.4
28+
uses: actions/upload-artifact
2929
with:
3030
name: chronon-release
3131
path: release/

0 commit comments

Comments
 (0)