Skip to content

Commit f338ca3

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/upload-artifact action to v5
1 parent aee00d1 commit f338ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: changelog-section.md
4242
path: ./changelog-section.md
@@ -57,7 +57,7 @@ jobs:
5757
run: Compress-Archive -Path publish -DestinationPath emulsion-${{ steps.version.outputs.version }}.zip
5858

5959
- name: Upload the pack result
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: emulsion-${{ steps.version.outputs.version }}.zip
6363
path: emulsion-${{ steps.version.outputs.version }}.zip

0 commit comments

Comments
 (0)