Skip to content

Commit

Permalink
Upgrade checkout and upload-artifact action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Feb 28, 2024
1 parent c0bda27 commit 56452d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up qemu
id: qemu
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
sh -c "./debpkg-setup.sh && ./debpkg-test.sh"
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target.distro }} ${{ matrix.target.codename }} packages
path: packages/
Expand Down

0 comments on commit 56452d6

Please sign in to comment.