Skip to content

Commit

Permalink
Merge pull request #1003 from Celestial04/patch-5
Browse files Browse the repository at this point in the history
fixed Github Action Pack extension
  • Loading branch information
dimdenGD authored Feb 7, 2025
2 parents 444f684 + 11f83b9 commit 41a1c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Upload for Firefox
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: OldTwitterFirefox
path: ${{ github.workspace }}/OldTwitterFirefox
- name: Upload for Chromium
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: OldTwitterChrome
path: ${{ github.workspace }}/OldTwitterChrome

0 comments on commit 41a1c96

Please sign in to comment.