Skip to content

Commit 3324d92

Browse files
Update actions/upload-artifact action to v7
1 parent c00d14e commit 3324d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
tree ${{ env.ARTIFACTS_FOLDER }}
9494
9595
- name: 📦 Upload artifacts
96-
uses: actions/upload-artifact@v6
96+
uses: actions/upload-artifact@v7
9797
with:
9898
name: plugin-artifacts-${{ matrix.os }}
9999
path: ${{ env.ARTIFACTS_FOLDER }}/

0 commit comments

Comments
 (0)