Skip to content

Commit f0920bc

Browse files
committed
Bump on actions
1 parent beaff98 commit f0920bc

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040

4141
- name: Checkout out our code
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
- name: Calculate Build Context
4545
run: |
@@ -77,7 +77,7 @@ jobs:
7777
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
7878
7979
- name: Upload test results
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v3.0.0
8181
if: ${{ always() }}
8282
with:
8383
name: Test and Coverage

.idea/runConfigurations/test.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)