Skip to content

Commit e0642dc

Browse files
committed
chore: update github workflows
1 parent 8d29b4f commit e0642dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: true
1717

@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
fi
5050
51-
- uses: actions/upload-artifact@v3
51+
- uses: actions/upload-artifact@v4
5252
with:
5353
name: upload-artifact
5454
path: ${{ steps.rename-build.outputs.artifactname }}

.github/workflows/macos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
arch: [arm64, x86_64]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
submodules: true
2222

@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
fi
8686
87-
- uses: actions/upload-artifact@v3
87+
- uses: actions/upload-artifact@v4
8888
with:
8989
name: casparcg-client-macos-${{ matrix.arch }}
9090
path: ${{ steps.rename-build.outputs.artifactname }}

.github/workflows/windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-2022
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: true
1717

@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
fi
5252
53-
- uses: actions/upload-artifact@v3
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
name: upload-artifact
5656
path: ${{ steps.rename-build.outputs.artifactname }}

0 commit comments

Comments
 (0)