Skip to content

Commit

Permalink
download fails currently try another version #1
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 2de5b49 commit 40a853e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
prefix=$(echo "${{ github.repository }}" | cut -d'/' -f2)
echo "prefix=$prefix" >> "$GITHUB_OUTPUT"
- name: Upload PDF
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.1.0
with:
# get the name of the repo without the organisation
name: PDF
Expand All @@ -41,7 +41,7 @@ jobs:
versionedpdf: ${{ needs.build_latex.outputs.prefix }}.pdf
steps:
- name: Download PDF
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.2
with:
name: PDF
path: .
Expand Down

0 comments on commit 40a853e

Please sign in to comment.