mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
workflows: update checkout/upload actions
This commit is contained in:
parent
6605483b4d
commit
c43c185d9b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/MinedMap.yml
vendored
8
.github/workflows/MinedMap.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: 'actions/checkout@v2'
|
uses: 'actions/checkout@v3'
|
||||||
|
|
||||||
- name: 'Get version'
|
- name: 'Get version'
|
||||||
id: 'tag'
|
id: 'tag'
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
cp "$DESTDIR/usr/local/bin"/* "$pkgdir"/
|
cp "$DESTDIR/usr/local/bin"/* "$pkgdir"/
|
||||||
|
|
||||||
- name: 'Archive'
|
- name: 'Archive'
|
||||||
uses: 'actions/upload-artifact@v2'
|
uses: 'actions/upload-artifact@v3'
|
||||||
with:
|
with:
|
||||||
name: 'MinedMap-${{ steps.tag.outputs.tag }}-${{ matrix.label }}'
|
name: 'MinedMap-${{ steps.tag.outputs.tag }}-${{ matrix.label }}'
|
||||||
path: 'build/pkg'
|
path: 'build/pkg'
|
||||||
|
@ -95,7 +95,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: 'actions/checkout@v2'
|
uses: 'actions/checkout@v3'
|
||||||
|
|
||||||
- name: 'Get version'
|
- name: 'Get version'
|
||||||
id: 'tag'
|
id: 'tag'
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
cp -r viewer/* "$pkgdir"/
|
cp -r viewer/* "$pkgdir"/
|
||||||
|
|
||||||
- name: 'Archive'
|
- name: 'Archive'
|
||||||
uses: 'actions/upload-artifact@v2'
|
uses: 'actions/upload-artifact@v3'
|
||||||
with:
|
with:
|
||||||
name: 'MinedMap-${{ steps.tag.outputs.tag }}-viewer'
|
name: 'MinedMap-${{ steps.tag.outputs.tag }}-viewer'
|
||||||
path: 'build/pkg'
|
path: 'build/pkg'
|
||||||
|
|
Loading…
Add table
Reference in a new issue