Skip to content

Commit

Permalink
Merge pull request #209 from EverestAPI/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
maddie480 committed Apr 19, 2024
2 parents 225f36f + 9e0ef28 commit 0a6c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: msbuild *.sln "/p:Configuration=Release"

- name: Upload artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: main
path: bin/Release/net452
Expand Down

0 comments on commit 0a6c90f

Please sign in to comment.