CI: chase GitHub actions updates

This commit is contained in:
Adriaan de Groot 2023-09-28 21:34:52 +02:00
parent 364e940a9a
commit 0cc8842c42

View File

@ -34,7 +34,7 @@ jobs:
make install DESTDIR=${{ env.BUILDDIR }}/stage
tar czf calamares.tar.gz stage
- name: "Calamares: upload"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: calamares-tarball
path: ${{ env.BUILDDIR }}/calamares.tar.gz