mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 03:47:46 +03:00
CI: Migrate to {upload, download}-artifact@v4
This commit is contained in:
parent
1a123206fb
commit
b2ce25aabb
1 changed files with 10 additions and 10 deletions
20
.github/workflows/interop.yml
vendored
20
.github/workflows/interop.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: cargo build
|
- name: cargo build
|
||||||
run: cargo build --release --features unstable
|
run: cargo build --release --features unstable
|
||||||
working-directory: ./rage
|
working-directory: ./rage
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rage
|
name: rage
|
||||||
path: target/release/rage
|
path: target/release/rage
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/go-age/age
|
cd $GITHUB_WORKSPACE/go-age/age
|
||||||
go build filippo.io/age/cmd/age
|
go build filippo.io/age/cmd/age
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: age
|
name: age
|
||||||
path: go-age/age/age
|
path: go-age/age/age
|
||||||
|
@ -103,10 +103,10 @@ jobs:
|
||||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / ${{ matrix.alice }} -> ${{ matrix.bob }} [${{ matrix.recipient }}]"}'
|
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / ${{ matrix.alice }} -> ${{ matrix.bob }} [${{ matrix.recipient }}]"}'
|
||||||
|
|
||||||
# Download the binaries to test
|
# Download the binaries to test
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rage
|
name: rage
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: age
|
name: age
|
||||||
- run: chmod +x rage
|
- run: chmod +x rage
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
if: matrix.recipient == 'ssh-rsa' || matrix.recipient == 'ssh-ed25519'
|
if: matrix.recipient == 'ssh-rsa' || matrix.recipient == 'ssh-ed25519'
|
||||||
run: echo "AGE_PUBKEY=-R key.txt.pub" >> $GITHUB_ENV
|
run: echo "AGE_PUBKEY=-R key.txt.pub" >> $GITHUB_ENV
|
||||||
- name: Store key.txt in case we need it
|
- name: Store key.txt in case we need it
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_key.txt
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_key.txt
|
||||||
path: key.txt
|
path: key.txt
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
- name: Decrypt from file
|
- name: Decrypt from file
|
||||||
run: ./${{ matrix.bob }} -d -i key.txt test.age | grep -q "^Test string$"
|
run: ./${{ matrix.bob }} -d -i key.txt test.age | grep -q "^Test string$"
|
||||||
- name: Store test.age
|
- name: Store test.age
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test.age
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test.age
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
||||||
- name: Decrypt from ASCII-armored file
|
- name: Decrypt from ASCII-armored file
|
||||||
run: ./${{ matrix.bob }} -d -i key.txt test2.age | grep -q "^2 test 2 string$"
|
run: ./${{ matrix.bob }} -d -i key.txt test2.age | grep -q "^2 test 2 string$"
|
||||||
- name: Store test2.age
|
- name: Store test2.age
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test2.age
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test2.age
|
||||||
|
@ -166,7 +166,7 @@ jobs:
|
||||||
- name: Decrypt from ASCII-armored CRLF file
|
- name: Decrypt from ASCII-armored CRLF file
|
||||||
run: ./${{ matrix.bob }} -d -i key.txt test2.age | grep -q "^2 test 2 string$"
|
run: ./${{ matrix.bob }} -d -i key.txt test2.age | grep -q "^2 test 2 string$"
|
||||||
- name: Store CRLF-ed test2.age
|
- name: Store CRLF-ed test2.age
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test2.age
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test2.age
|
||||||
|
@ -175,7 +175,7 @@ jobs:
|
||||||
- name: Pipes!
|
- name: Pipes!
|
||||||
run: echo "Test string 3 - ASCII Drift" | ./${{ matrix.alice }} $AGE_PUBKEY | tee --output-error=warn test3.age | ./${{ matrix.bob }} -d -i key.txt | grep -q "^Test string 3 - ASCII Drift$"
|
run: echo "Test string 3 - ASCII Drift" | ./${{ matrix.alice }} $AGE_PUBKEY | tee --output-error=warn test3.age | ./${{ matrix.bob }} -d -i key.txt | grep -q "^Test string 3 - ASCII Drift$"
|
||||||
- name: Store test3.age
|
- name: Store test3.age
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test3.age
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test3.age
|
||||||
|
@ -186,7 +186,7 @@ jobs:
|
||||||
- name: Explicit stdin during decryption
|
- name: Explicit stdin during decryption
|
||||||
run: cat test4.age | ./${{ matrix.bob }} -d -i key.txt - | grep -q "^2 test 2 string$"
|
run: cat test4.age | ./${{ matrix.bob }} -d -i key.txt - | grep -q "^2 test 2 string$"
|
||||||
- name: Store test4.age
|
- name: Store test4.age
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test4.age
|
name: ${{ matrix.alice }}_${{ matrix.bob }}_${{ matrix.recipient }}_test4.age
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue