Skip to content

Commit

Permalink
Updated github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Solnica committed Oct 28, 2022
1 parent 4d00d2f commit 80a0ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-dotnet@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
Copy-Item -Path "procgov/bin/release/net6.0-windows/win-x64/publish/procgov.exe" -Destination "artifacts/procgov64.exe"
Copy-Item -Path "procgov/bin/release/net6.0-windows/win-x64/publish/procgov.pdb" -Destination "artifacts/procgov64.pdb"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: procgov
path: artifacts/*
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
Copy-Item -Path "procgov/bin/release/net6.0-windows/win-x64/publish/procgov.exe" -Destination "artifacts/procgov64.exe"
Copy-Item -Path "procgov/bin/release/net6.0-windows/win-x64/publish/procgov.pdb" -Destination "artifacts/procgov64.pdb"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: procgov
path: artifacts/*
Expand All @@ -67,7 +67,7 @@ jobs:
run: choco pack
working-directory: choco

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: procgov-pkg
path: choco\procgov.*.nupkg
Expand Down

0 comments on commit 80a0ba8

Please sign in to comment.