Skip to content

Commit 772cc58

Browse files
authored
update actions
1 parent 913f7ae commit 772cc58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ jobs:
66
windows:
77
runs-on: windows-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: build ueversionator on Windows
1111
shell: bash
1212
run: ./build.sh
13-
- uses: actions/upload-artifact@v2
13+
- uses: actions/upload-artifact@v4
1414
with:
1515
name: ueversionator.windows
1616
path: ueversionator.exe
1717

1818
linux:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: build ueversionator on Linux
2323
shell: bash
2424
run: ./build.sh
25-
- uses: actions/upload-artifact@v2
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: ueversionator.linux
2828
path: ueversionator

0 commit comments

Comments
 (0)