diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 93cdacc..d6a6a1a 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -62,7 +62,7 @@ jobs: - name: "build script" run: | ./buildelements.sh - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: output path: output/ @@ -90,7 +90,7 @@ jobs: cp sha256sums.txt release echo -e "\`\`\`\n$(cat sha256sums.txt)\n\`\`\`" > notes gh release create "$BUILD_TAG" --title "$BUILD_TAG" --notes-file notes release/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: sha256sums.txt path: sha256sums.txt