Skip to content

Commit

Permalink
Update actions/checkout and actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Feb 29, 2024
1 parent 9be4224 commit cf32090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/anymeal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: flex googletest libsqlite3-dev qtbase5-dev-tools qttools5-dev-tools qtbase5-dev pkgconf
Expand All @@ -26,7 +26,7 @@ jobs:
- name: distributable
run: make dist-xz
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: anymeal-source
path: anymeal-*.tar.xz
Expand All @@ -36,7 +36,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
release: false
Expand All @@ -56,7 +56,7 @@ jobs:
- name: nsis
run: makensis anymeal.nsi
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: anymeal-installer
path: anymeal-installer-*.exe

0 comments on commit cf32090

Please sign in to comment.