1 parent 9c60467 commit 5208da2Copy full SHA for 5208da2
1 file changed
.github/workflows/nightly.yml
@@ -82,9 +82,10 @@ jobs:
82
fi
83
echo "no warnings"
84
- name: Publish build to GH Actions
85
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@v7.0.1
86
with:
87
# The commit stays in the filename so a downloaded nightly identifies itself.
88
path: dsi_wifi_manager-*.dsi
89
- name: dsi_wifi_manager-nightly
+ name: dsi_wifi_manager-nightly-${{ github.sha }}
90
if-no-files-found: error
91
+ retention-days: 14
0 commit comments