Skip to content

Commit 5208da2

Browse files
committed
Align nightly artifact metadata
1 parent 9c60467 commit 5208da2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282
fi
8383
echo "no warnings"
8484
- name: Publish build to GH Actions
85-
uses: actions/upload-artifact@v7
85+
uses: actions/upload-artifact@v7.0.1
8686
with:
8787
# The commit stays in the filename so a downloaded nightly identifies itself.
8888
path: dsi_wifi_manager-*.dsi
89-
name: dsi_wifi_manager-nightly
89+
name: dsi_wifi_manager-nightly-${{ github.sha }}
9090
if-no-files-found: error
91+
retention-days: 14

0 commit comments

Comments
 (0)