Skip to content

Commit

Permalink
fix: Resolve Actions Node 12 deprecation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wr committed Aug 20, 2023
1 parent dd62684 commit b9f0d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: src

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: mediawiki-file-import
name: mwfileimport-win
path: src/dist/windows

0 comments on commit b9f0d38

Please sign in to comment.