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 26, 2024
1 parent 14c7b65 commit 240a9d2
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 @@ -30,7 +30,7 @@ jobs:

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

- name: Install prereq packages
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
cp ../*.deb packages/${DIRNAME}/
- name: Store artifacts for checking
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target.distro }} ${{ matrix.target.codename }} packages
path: packages/
Expand Down

0 comments on commit 240a9d2

Please sign in to comment.