Skip to content

Commit

Permalink
Downgrade artifact actions due to actions/upload-artifact#478
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 23, 2024
1 parent 1084934 commit 0d6b87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Minimal Rebol/Template extension test
run: ./rebol3 ci-test.r3

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: Rebol-Template-CI-${{github.run_id}}
path: ./*.rebx
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
mv ./template.rebx ./template-linux-x64.rebx
gzip -9 ./template-linux-x64.rebx
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: Rebol-Template-CI-${{github.run_id}}
path: ./*.gz
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Compress 64bit Rebol/Template extension
run: gzip -9 ./template-macos-x64.rebx

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: Rebol-Template-CI-${{github.run_id}}
path: ./*.gz
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
# sudo mv ./build/template-haiku-x86.so ./template-haiku-x86.rebx
# sudo gzip -9 ./template-haiku-x86.rebx
#
# - uses: actions/upload-artifact@v4
# - uses: actions/upload-artifact@v3
# with:
# name: Rebol-Template-CI-${{github.run_id}}
# path: ./template-*.gz
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# sudo mv ./build/template-haiku-x64.so ./template-haiku-x64.rebx
# sudo gzip -9 ./template-haiku-x64.rebx
#
# - uses: actions/upload-artifact@v4
# - uses: actions/upload-artifact@v3
# with:
# name: Rebol-Template-CI-${{github.run_id}}
# path: ./template-*.gz
Expand Down

0 comments on commit 0d6b87e

Please sign in to comment.