Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit fc8f8c0

Browse files
committed
Changed LICENSE copyright year
1 parent fadddd3 commit fc8f8c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pyinstaller --onefile --clean --add-data "version.py:." --name "exitlag-auto-signup v3.${{ github.run_number }}.exe" main.py
4141
4242
- name: Upload Executable
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: Exitlag Auto Signup v3.${{ github.run_number }}
4646
path: ./dist/exitlag-auto-signup v3.${{ github.run_number }}.exe

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 qing762
3+
Copyright (c) 2025 qing762
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)