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 4016b6b commit 3d471ffCopy full SHA for 3d471ff
.github/workflows/linux.yml
@@ -181,17 +181,17 @@ jobs:
181
# env:
182
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for GitHub CLI tool
183
#
184
-# - uses: actions/upload-artifact@v2
+# - uses: actions/upload-artifact@v4
185
# with:
186
# name: anod-artifacts
187
# path: out_artifacts/*
188
# retention-days: 1
189
-#
190
191
-# with:
192
-# name: release-packages
193
-# path: sbx/*/release_package*/install/*
194
-# retention-days: 5
+
+ - uses: actions/upload-artifact@v4
+ with:
+ name: release-packages
+ path: sbx/*/adawebpack/install/*
+ retention-days: 5
195
196
197
# why3:
0 commit comments