Skip to content

Commit a41becc

Browse files
committed
Apparently i missed some workflows
1 parent dd29657 commit a41becc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: build
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545
fetch-depth: 0
46-
- uses: actions/download-artifact@v3
46+
- uses: actions/download-artifact@v4
4747
with:
4848
name: artifacts
4949
path: build/release

0 commit comments

Comments
 (0)