Skip to content

Commit 81ba833

Browse files
committed
Update actions/upload-artifact version
1 parent 2ae4dd1 commit 81ba833

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434
coverage report
3535
coverage xml
3636
- name: Upload reports 📤
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3.1.2
3838
with:
3939
name: reports
4040
path: |
4141
flake8.txt
4242
coverage.xml
43-
4443
sonarcloud:
4544
name: SonarCloud
4645
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)