Skip to content

Commit

Permalink
Merge pull request #128 from obdasystems/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
gianluca-pepe authored Sep 4, 2024
2 parents 52c3b90 + 7a8dc6f commit c5afbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run: mkdir -p ./docs
- name: Download the existing documents artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: documentation
- name: extract documentation.tar/docs
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- run: mkdir -p ./docs
- name: Download the new documents artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: newdocumentation
- run: tar -xf newdocumentation.tar -C ./
Expand Down

0 comments on commit c5afbc7

Please sign in to comment.