Skip to content

Commit 8ca24ea

Browse files
committed
Update deprecated actions
1 parent c4e6280 commit 8ca24ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
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

@@ -86,4 +86,4 @@ jobs:
8686
FREEZE_DOCS: ${{ secrets.FREEZE_DOCS }}
8787
if: ${{ !env.FREEZE_DOCS }}
8888
id: deployment
89-
uses: actions/deploy-pages@v1
89+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)