Skip to content

Commit 3e48b2f

Browse files
committed
Updated version of upload-artifact.
1 parent fb20276 commit 3e48b2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python3 setup.py sdist bdist_wheel
2424
25-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2626
with:
2727
name: wheel
2828
path: ${{ github.workspace }}/**/*.whl

src/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def __call__(cls, *args, **kwargs):
2929
return cls.__single_instance
3030

3131

32-
3332
class Telemetry(metaclass=SingletonMetaClass):
3433
"""
3534
The main class to send telemetry data. It uses singleton pattern. The instance should be initialized with the

0 commit comments

Comments
 (0)