Skip to content

Commit 244fc1a

Browse files
Update actions/upload-artifact action to v4 (#82)
1 parent 994bfd8 commit 244fc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run build-webextension
2626

2727
- name: Upload Artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: web-ext-artifacts
3131
path: web-ext-artifacts

0 commit comments

Comments
 (0)