Skip to content

Commit f98131c

Browse files
committed
Update actions versions
1 parent 83bf45f commit f98131c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-exe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v8
1616

1717
- name: Set up Python
1818
uses: actions/setup-python@v4
@@ -31,7 +31,7 @@ jobs:
3131
pyinstaller dod3.spec
3232
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: dod3-exe
3737
path: main/dist/dod3.exe

0 commit comments

Comments
 (0)