Skip to content

Commit dbe65ef

Browse files
Update createrelease.yml
1 parent aeee9a6 commit dbe65ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
zip -r ../testhosts.zip ./*
5050
5151
- name: Upload the artifact
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4.4.0
5353
with:
5454
name: testhosts
5555
path: testhosts.zip
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Download the artifact
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4.1.8
6666
with:
6767
name: testhosts
6868

@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Download the artifact
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4.1.8
9999
with:
100100
name: testhosts
101101

0 commit comments

Comments
 (0)