Skip to content

Commit

Permalink
fix: bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmb122 committed Oct 29, 2024
1 parent f1db42b commit 69e4c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
Expand All @@ -19,7 +19,7 @@ jobs:

- run: mv dist/windows/DeleteMyHistory.exe DeleteMyHistory.exe

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: DeleteMyHistory
path: |
Expand Down

0 comments on commit 69e4c06

Please sign in to comment.