We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e6280 commit 5455c16Copy full SHA for 5455c16
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
fakeroot debian/rules binary
46
cd -
47
done
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
with:
50
name: debian-packages
51
path: catkin_ws/src/clover/*.deb
.github/workflows/docs.yml
@@ -66,7 +66,7 @@ jobs:
66
wget --no-verbose https://clover.coex.tech/clover_en.pdf -P _book/
67
- name: Upload artifact
68
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
69
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
70
71
path: _book
72
0 commit comments