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
4 changes: 2 additions & 2 deletions .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Store assets
if: inputs.store
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: assets
path: |
Expand All @@ -73,7 +73,7 @@ jobs:

- name: Store source maps
if: inputs.store
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: sourcemaps
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Store changelog file
if: steps.semantic.outputs.new_release_published == 'true'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: changelog
path: CHANGELOG.md
Expand Down