We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d9fd63 + 8cc4941 commit 3f12f48Copy full SHA for 3f12f48
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- os: [ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
9
steps:
10
- uses: actions/checkout@v4
11
.github/workflows/generate-docs.yml
@@ -31,7 +31,7 @@ jobs:
31
popd
32
33
# Create an artifact out of the generated HTML
34
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
35
with:
36
name: "OpenShotAudio-docs"
37
path: "build/doc/html/"
0 commit comments