We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415b2f7 commit 1d67ebaCopy full SHA for 1d67eba
.github/workflows/createrelease.yml
@@ -56,7 +56,7 @@ jobs:
56
zip -r ../messagingservice.zip ./*
57
58
- name: Upload the artifact
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.4.0
60
with:
61
name: messagingservice
62
path: messagingservice.zip
@@ -81,7 +81,7 @@ jobs:
81
82
steps:
83
- name: Download the artifact
84
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.8
85
86
87
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments