Skip to content

Commit bf88550

Browse files
authored
Merge pull request #18 from nwplus/dev
updated actions
2 parents d374f52 + 65c8956 commit bf88550

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
tags: nwplus/dinubot:latest
3333
-
3434
name: Upload systemd service file
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: dinubot-service-file
3838
path: ./dinubot.service
3939
-
4040
name: Upload docker-compose file
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: dinubot-docker-compose
4444
path: ./docker-compose.yml
@@ -52,7 +52,7 @@ jobs:
5252
run: docker pull nwplus/dinubot:latest
5353

5454
- name: Download systemd service file
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: dinubot-service-file
5858
path: .

0 commit comments

Comments
 (0)