Skip to content

Commit 6bdb5a2

Browse files
authored
Merge pull request #205 from PUTvision/fix_github_actions
change upload-artifact version
2 parents 57a6e28 + 2bacca7 commit 6bdb5a2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-app-ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
# we need 'xvfb-run' to simulate UI - otherwise qgis crushes
6363
xvfb-run -e /dev/stdout python3 -m pytest --cov=src/deepness/ --cov-report html test/
6464
- name: 'Upload Artifact - test coverage'
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
67-
name: htmlcov
67+
name: htmlcov-${{ matrix.os }}
6868
path: htmlcov/
6969
retention-days: 30
7070
- name: 'Upload Artifact'
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
73-
name: deepness
73+
name: deepness-${{ matrix.os }}
7474
path: out/deepness
7575
retention-days: 89

src/deepness/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name=Deepness: Deep Neural Remote Sensing
77
qgisMinimumVersion=3.22
88
description=Inference of deep neural network models (ONNX) for segmentation, detection and regression
9-
version=0.6.5
9+
version=0.7.0
1010
author=PUT Vision
1111
email=przemyslaw.aszkowski@gmail.com
1212

0 commit comments

Comments
 (0)