Skip to content

Commit 7adaa63

Browse files
Update actions/upload-artifact action to v5
1 parent 8832f3d commit 7adaa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: themes
4343
path: out/*.zip

0 commit comments

Comments
 (0)