Skip to content

Commit 3a668c6

Browse files
authored
Merge pull request #394 from gerlero/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 4cabfb3 + e9c2fb9 commit 3a668c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
touch -c build/*.sparsebundle
8686
make zip ${{ env.MAKE_VARS }}
8787
- name: Upload app artifact
88-
uses: actions/upload-artifact@v6
88+
uses: actions/upload-artifact@v7
8989
with:
9090
name: app-${{ env.OPENFOAM }}-${{ runner.arch }}
9191
path: build/*-app-*.zip

0 commit comments

Comments
 (0)