Skip to content

Commit 3d471ff

Browse files
committed
Upload artifacts.
1 parent 4016b6b commit 3d471ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/linux.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,17 @@ jobs:
181181
# env:
182182
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for GitHub CLI tool
183183
#
184-
# - uses: actions/upload-artifact@v2
184+
# - uses: actions/upload-artifact@v4
185185
# with:
186186
# name: anod-artifacts
187187
# path: out_artifacts/*
188188
# retention-days: 1
189-
#
190-
# - uses: actions/upload-artifact@v2
191-
# with:
192-
# name: release-packages
193-
# path: sbx/*/release_package*/install/*
194-
# retention-days: 5
189+
190+
- uses: actions/upload-artifact@v4
191+
with:
192+
name: release-packages
193+
path: sbx/*/adawebpack/install/*
194+
retention-days: 5
195195

196196

197197
# why3:

0 commit comments

Comments
 (0)