Skip to content

Commit 5455c16

Browse files
committed
Update deprecated actions
1 parent c4e6280 commit 5455c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fakeroot debian/rules binary
4646
cd -
4747
done
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: debian-packages
5151
path: catkin_ws/src/clover/*.deb

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
wget --no-verbose https://clover.coex.tech/clover_en.pdf -P _book/
6767
- name: Upload artifact
6868
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
69-
uses: actions/upload-pages-artifact@v1
69+
uses: actions/upload-pages-artifact@v3
7070
with:
7171
path: _book
7272

0 commit comments

Comments
 (0)