We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fb309 commit 900a209Copy full SHA for 900a209
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "VERSION=$VERSION" >> $GITHUB_ENV
43
- id: download_package_step
44
name: Download Package Artifact
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
with:
47
name: RebornOS Latest Image
48
- id: generate_checksum_step
0 commit comments