We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd84b4 + 462dc87 commit 4cabfb3Copy full SHA for 4cabfb3
.github/workflows/build-test.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Checkout
103
uses: actions/checkout@v6
104
- name: Download app artifact
105
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
106
with:
107
name: app-${{ env.OPENFOAM }}-${{ runner.arch }}
108
path: build
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Download app artifacts
30
31
32
pattern: app-*
33
merge-multiple: true
0 commit comments