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 aee00d1 commit f338ca3Copy full SHA for f338ca3
.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@v4
+ uses: actions/upload-artifact@v5
40
with:
41
name: changelog-section.md
42
path: ./changelog-section.md
@@ -57,7 +57,7 @@ jobs:
57
run: Compress-Archive -Path publish -DestinationPath emulsion-${{ steps.version.outputs.version }}.zip
58
59
- name: Upload the pack result
60
61
62
name: emulsion-${{ steps.version.outputs.version }}.zip
63
path: emulsion-${{ steps.version.outputs.version }}.zip
0 commit comments