Skip to content

Commit de0d678

Browse files
committed
bump actions versions
1 parent 7f12015 commit de0d678

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Configure
3131
run: >
@@ -40,7 +40,7 @@ jobs:
4040
cmake --build build --config ${{ env.BUILD_TYPE }}
4141
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: PyStand-${{ matrix.arch }}-${{ matrix.subsystem }}
4646
path: build/${{ env.BUILD_TYPE }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363

6464
- name: Setup WinLibs
6565
run: |
@@ -87,7 +87,7 @@ jobs:
8787
cmake --build build --config ${{ env.BUILD_TYPE }}
8888
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: PyStand-${{ matrix.sys }}-${{ matrix.subsystem }}
9393
path: build\PyStand.exe
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download artifacts
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105

106106
- name: List downloaded files
107107
run: ls -R
@@ -121,7 +121,7 @@ jobs:
121121
PyStand-mingw64-GUI
122122
123123
- name: Release
124-
uses: softprops/action-gh-release@v1
124+
uses: softprops/action-gh-release@v2
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127
with:

0 commit comments

Comments
 (0)