Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 authored Jul 21, 2024
1 parent cbd02e9 commit 283621d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build with dotnet
run: dotnet build
--configuration Release
Expand All @@ -30,7 +30,7 @@ jobs:
LoadTest.exe timed 6565 60
echo Ended Load Test
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
# Artifact name
name: TelepathyRelease # optional, default is artifact
Expand Down

0 comments on commit 283621d

Please sign in to comment.