Skip to content

Commit

Permalink
revert upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Sep 2, 2024
1 parent a914868 commit 72105d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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

0 comments on commit 72105d1

Please sign in to comment.