Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (vagrant-libvirt#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 1a19f88 commit cf37fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-documentation-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit cf37fd4

Please sign in to comment.