Skip to content

Commit 4cabfb3

Browse files
authored
Merge pull request #395 from gerlero/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 7cd84b4 + 462dc87 commit 4cabfb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Checkout
103103
uses: actions/checkout@v6
104104
- name: Download app artifact
105-
uses: actions/download-artifact@v7
105+
uses: actions/download-artifact@v8
106106
with:
107107
name: app-${{ env.OPENFOAM }}-${{ runner.arch }}
108108
path: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Download app artifacts
30-
uses: actions/download-artifact@v7
30+
uses: actions/download-artifact@v8
3131
with:
3232
pattern: app-*
3333
merge-multiple: true

0 commit comments

Comments
 (0)