Skip to content

Commit

Permalink
Merge pull request #204 from gerlero/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
gerlero authored Dec 19, 2023
2 parents 3e93d93 + 570bee3 commit caac8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download app artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: app-${{ env.OPENFOAM }}
path: build
Expand All @@ -208,7 +208,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download app artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: app-${{ env.OPENFOAM }}
- name: Upload app to release
Expand Down

0 comments on commit caac8e0

Please sign in to comment.