Skip to content

Commit 1d67eba

Browse files
Update createrelease.yml
1 parent 415b2f7 commit 1d67eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/createrelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
zip -r ../messagingservice.zip ./*
5757
5858
- name: Upload the artifact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4.4.0
6060
with:
6161
name: messagingservice
6262
path: messagingservice.zip
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download the artifact
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4.1.8
8585
with:
8686
name: messagingservice
8787

@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download the artifact
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4.1.8
118118
with:
119119
name: messagingservice
120120

0 commit comments

Comments
 (0)