Skip to content

Commit c582601

Browse files
committed
update actions packages
1 parent 2d1a6ae commit c582601

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
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: windows-2019
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- uses: msys2/setup-msys2@v2
@@ -33,7 +33,7 @@ jobs:
3333
-DCMAKE_SHARED_LINKER_FLAGS="-static" \
3434
-G Ninja ..
3535
cmake --build . --target package
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
name: menu
3939
path: build/menu.zip
@@ -42,8 +42,8 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
if: ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' }}
4444
steps:
45-
- uses: actions/checkout@v3
46-
- uses: actions/download-artifact@v3
45+
- uses: actions/checkout@v4
46+
- uses: actions/download-artifact@v4
4747
- uses: rickstaa/action-create-tag@v1
4848
if: ${{ github.ref == 'refs/heads/main' }}
4949
with:

0 commit comments

Comments
 (0)