Skip to content

Commit

Permalink
chore: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Apr 17, 2024
1 parent 8d29b4f commit e0642dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
fi
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: upload-artifact
path: ${{ steps.rename-build.outputs.artifactname }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
arch: [arm64, x86_64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fi
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: casparcg-client-macos-${{ matrix.arch }}
path: ${{ steps.rename-build.outputs.artifactname }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
fi
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: upload-artifact
path: ${{ steps.rename-build.outputs.artifactname }}
Expand Down

0 comments on commit e0642dc

Please sign in to comment.