We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d374f52 + 65c8956 commit bf88550Copy full SHA for bf88550
1 file changed
.github/workflows/deploy.yml
@@ -32,13 +32,13 @@ jobs:
32
tags: nwplus/dinubot:latest
33
-
34
name: Upload systemd service file
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: dinubot-service-file
38
path: ./dinubot.service
39
40
name: Upload docker-compose file
41
42
43
name: dinubot-docker-compose
44
path: ./docker-compose.yml
@@ -52,7 +52,7 @@ jobs:
52
run: docker pull nwplus/dinubot:latest
53
54
- name: Download systemd service file
55
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
56
57
58
path: .
0 commit comments