Skip to content

Commit 83e5c38

Browse files
Update createrelease.yml
1 parent c2f3711 commit 83e5c38

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 ../callbackhandler.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: callbackhandler
6262
path: callbackhandler.zip
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Download the artifact
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4.1.8
8181
with:
8282
name: callbackhandler
8383

@@ -110,7 +110,7 @@ jobs:
110110

111111
steps:
112112
- name: Download the artifact
113-
uses: actions/download-artifact@v3
113+
uses: actions/download-artifact@v4.1.8
114114
with:
115115
name: callbackhandler
116116

0 commit comments

Comments
 (0)