Skip to content

Commit 41a1c96

Browse files
authored
Merge pull request #1003 from Celestial04/patch-5
fixed Github Action Pack extension
2 parents 444f684 + 11f83b9 commit 41a1c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
working-directory: ${{ github.workspace }}
3333

3434
- name: Upload for Firefox
35-
uses: actions/upload-artifact@v3.1.2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: OldTwitterFirefox
3838
path: ${{ github.workspace }}/OldTwitterFirefox
3939
- name: Upload for Chromium
40-
uses: actions/upload-artifact@v3.1.2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: OldTwitterChrome
4343
path: ${{ github.workspace }}/OldTwitterChrome

0 commit comments

Comments
 (0)