Skip to content

Commit f303244

Browse files
committed
Bump all actions to current.
This should fix the annoying deprecation warnings in our GHA runs.
1 parent cd5edb0 commit f303244

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
runs-on: ${{ matrix.cfg.os }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
path: korman
3636

3737
- name: Setup Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: "3.7"
4141
architecture: ${{ matrix.cfg.python-arch }}
@@ -55,7 +55,7 @@ jobs:
5555
-NoInstaller -NoBlender
5656
5757
- name: Upload Standalone Korman
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: korman-standalone-${{ matrix.cfg.str }}
6161
path: build/package
@@ -80,13 +80,13 @@ jobs:
8080

8181
steps:
8282
- name: Checkout Korman
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v4
8484
with:
8585
path: korman
8686

8787
- name: Download Artifacts
8888
id: download
89-
uses: actions/download-artifact@v3
89+
uses: actions/download-artifact@v4
9090
with:
9191
path: artifacts
9292

0 commit comments

Comments
 (0)