Skip to content

Commit dd256ab

Browse files
committed
ci: update GitHub actions
1 parent b6bd044 commit dd256ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
1818

@@ -38,13 +38,13 @@ jobs:
3838
run: cmake --build build --config RelWithDebInfo
3939

4040
- name: Upload openRBRVR.dll
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: openRBRVR.dll
4444
path: build\RelWithDebInfo\openRBRVR.dll
4545

4646
- name: Upload openRBRVR.pdb
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: openRBRVR.pdb
5050
path: build\RelWithDebInfo\openRBRVR.pdb
@@ -56,13 +56,13 @@ jobs:
5656

5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v4
6060

6161
- name: Fetch tags
6262
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
6363

6464
- name: Download Build Artifact
65-
uses: actions/download-artifact@v2
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: openRBRVR.dll
6868

0 commit comments

Comments
 (0)