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: |
|
||||
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'
|
||||
with:
|
||||
name: jekyll-docs
|
||||
path: |
|
||||
build/**
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: source-event
|
||||
path: ${{ github.event_path }}
|
||||
|
Loading…
Reference in New Issue
Block a user