We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733687c commit ec74ba3Copy full SHA for ec74ba3
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
output: ./changelog-section.md
37
38
- name: Upload the changelog
39
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
40
with:
41
name: changelog-section.md
42
path: ./changelog-section.md
@@ -56,7 +56,7 @@ jobs:
56
run: Compress-Archive -Path publish -DestinationPath emulsion-${{ steps.version.outputs.version }}.zip
57
58
- name: Upload the pack result
59
60
61
name: emulsion-${{ steps.version.outputs.version }}.zip
62
path: emulsion-${{ steps.version.outputs.version }}.zip
0 commit comments