Skip to content

Commit

Permalink
Merge pull request #44 from nalu-development/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.4.0

Bump actions/upload-artifact from 4.3.4 to 4.4.0
  • Loading branch information
albyrock87 authored Sep 25, 2024
2 parents cb3a720 + 4e2714b commit 2910684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.4.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down

0 comments on commit 2910684

Please sign in to comment.