Skip to content

Commit

Permalink
Update Github actions version numbers as suggested by Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ejurgensen committed Jun 1, 2024
1 parent ac0d2aa commit c17f87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_dpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Load package info into environment
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Cache pbuilder image
id: cache-image
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: cache/${{ matrix.image }}-base.tgz
key: ${{ matrix.image }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
rm debian/changelog
- name: Upload dpkg
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}
path: /var/cache/pbuilder/result/${{ matrix.image }}

0 comments on commit c17f87d

Please sign in to comment.