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 c2f3711 commit 83e5c38Copy full SHA for 83e5c38
.github/workflows/createrelease.yml
@@ -56,7 +56,7 @@ jobs:
56
zip -r ../callbackhandler.zip ./*
57
58
- name: Upload the artifact
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.4.0
60
with:
61
name: callbackhandler
62
path: callbackhandler.zip
@@ -77,7 +77,7 @@ jobs:
77
78
steps:
79
- name: Download the artifact
80
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.8
81
82
83
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments