From 72105d15ff905d234a80557ff7ed7b6a14446de6 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Mon, 2 Sep 2024 09:58:38 +0200 Subject: [PATCH] revert upload-artifact to v3 --- .github/workflows/guix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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