Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/281'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Aug 16, 2024
2 parents bbd512f + 430aa47 commit 4c31c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
HOST_RELEASE: ${{matrix.host_release}}

- name: Archive built .deb
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: deb-${{matrix.host_release}}
if-no-files-found: error
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download built deb
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: deb-${{matrix.host_release}}

Expand All @@ -98,7 +98,7 @@ jobs:
RELEASE: ${{matrix.release}}

- name: Archive VM test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vm-results-${{matrix.host_release}}-${{matrix.release}}-${{matrix.debootstrap}}
if-no-files-found: error
Expand Down

0 comments on commit 4c31c18

Please sign in to comment.