Skip to content

Commit 25f0ae3

Browse files
Update actions/upload-artifact action to v6
1 parent 733687c commit 25f0ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
output: ./changelog-section.md
3737

3838
- name: Upload the changelog
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: changelog-section.md
4242
path: ./changelog-section.md
@@ -56,7 +56,7 @@ jobs:
5656
run: Compress-Archive -Path publish -DestinationPath emulsion-${{ steps.version.outputs.version }}.zip
5757

5858
- name: Upload the pack result
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: emulsion-${{ steps.version.outputs.version }}.zip
6262
path: emulsion-${{ steps.version.outputs.version }}.zip

0 commit comments

Comments
 (0)