Bump actions/upload-artifact from 2 to 3 (#1772)

This commit is contained in:
dependabot[bot] 2023-09-07 17:32:54 +00:00 committed by GitHub
parent 1a19f88556
commit cf37fd44f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}