We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee9a6 commit dbe65efCopy full SHA for dbe65ef
1 file changed
.github/workflows/createrelease.yml
@@ -49,7 +49,7 @@ jobs:
49
zip -r ../testhosts.zip ./*
50
51
- name: Upload the artifact
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.4.0
53
with:
54
name: testhosts
55
path: testhosts.zip
@@ -62,7 +62,7 @@ jobs:
62
63
steps:
64
- name: Download the artifact
65
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.8
66
67
68
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
101
0 commit comments