Skip to content

Commit

Permalink
Update actions/upload-artifact declaration in build.yml to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badbl0cks authored Sep 24, 2024
1 parent 7f45ead commit 3260570
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 @@ -32,7 +32,7 @@ jobs:
run: |
dotnet build --no-restore --configuration Release --nologo
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
with:
path: |
./Orchestrion/bin/Release/Orchestrion/*

0 comments on commit 3260570

Please sign in to comment.