Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Upload live gameplay artifacts
if: ${{ always() && steps.live_gameplay_config.outputs.enabled == 'true' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: live-gameplay-core
path: artifacts/live-gameplay
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-gameplay-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Upload live gameplay artifacts
if: ${{ always() && steps.live_gameplay_config.outputs.enabled == 'true' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: live-gameplay-nightly
path: artifacts/live-gameplay
2 changes: 1 addition & 1 deletion .github/workflows/remotion-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
--props="$PROPS_JSON"

- name: Upload preview artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: remotion-pr-preview-${{ github.event.pull_request.number }}
path: |
Expand Down
Loading