Skip to content

Commit ae4e975

Browse files
committed
update version of github actions
1 parent 3f6acdc commit ae4e975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: go build -v -o mailer ./main.go
2424

25-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: mailer-artifact
2828
path: ./mailer
@@ -32,7 +32,7 @@ jobs:
3232
needs: build
3333
steps:
3434
- uses: actions/checkout@v3
35-
- uses: actions/download-artifact@v3
35+
- uses: actions/download-artifact@v4
3636
with:
3737
name: mailer-artifact
3838
- name: Deploy to server

0 commit comments

Comments
 (0)