mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Bump actions/upload-artifact from 2 to 3 (#1772)
This commit is contained in:
parent
1a19f88556
commit
cf37fd44f6
@ -26,14 +26,14 @@ jobs:
|
|||||||
extra-config: |
|
extra-config: |
|
||||||
plugin_script_base_path: "/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.number }}"
|
plugin_script_base_path: "/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.number }}"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
if: github.event.action != 'closed'
|
if: github.event.action != 'closed'
|
||||||
with:
|
with:
|
||||||
name: jekyll-docs
|
name: jekyll-docs
|
||||||
path: |
|
path: |
|
||||||
build/**
|
build/**
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: source-event
|
name: source-event
|
||||||
path: ${{ github.event_path }}
|
path: ${{ github.event_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user