Skip to content

Commit 96eff71

Browse files
authored
Merge pull request #48 from fossa-app/dependabot/github_actions/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 97a2c5d + 81c0f7a commit 96eff71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Pack
4949
shell: pwsh
5050
- name: "Publish Artefacts"
51-
uses: actions/upload-artifact@v7.0.0
51+
uses: actions/upload-artifact@v7.0.1
5252
with:
5353
name: ${{matrix.os}}
5454
path: "./Artefacts"

0 commit comments

Comments
 (0)