We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a26f88 commit 4c3ff6fCopy full SHA for 4c3ff6f
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
output: ./changelog-section.md
38
39
- name: Upload the changelog
40
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
41
with:
42
name: changelog-section.md
43
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