Skip to content

Commit

Permalink
Updated up- and download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar authored Sep 4, 2024
1 parent 27f023b commit 7506a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build 🏗️
uses: dante-ev/latex-action@latest
Expand All @@ -30,7 +30,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download artifacts 💾
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "Mitgliedsantrag_Westwoodlabs"

Expand Down

0 comments on commit 7506a31

Please sign in to comment.