Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 18, 2024
1 parent 5f27fa5 commit e292c18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Archive package artifact
if: ${{ matrix.version != 'docker' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debian-${{ matrix.distro }}
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-${{ matrix.version }}
needs: [ build ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
if: ${{ matrix.distro != 'docker' }}
with:
name: debian-${{ matrix.distro }}
Expand Down Expand Up @@ -210,17 +210,17 @@ jobs:
- uses: actions/checkout@v4

- name: Download 24.04 debian artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: debian-noble

- name: Download 22.04 debian artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: debian-jammy

- name: Download 20.04 debian artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: debian-focal

Expand Down

0 comments on commit e292c18

Please sign in to comment.