Skip to content

Commit ec74ba3

Browse files
Update actions/upload-artifact action to v6 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 733687c commit ec74ba3

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@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)