Skip to content

Commit fbc212a

Browse files
authored
Update publish.yml
1 parent a0a93dd commit fbc212a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Install Dotnet
1717
uses: actions/setup-dotnet@v1
1818
with:
@@ -65,12 +65,12 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
run: dotnet aardpack FSharp.Data.Adaptive.sln --notag
6767
- name: Upload Package
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: packages
7171
path: bin\pack
7272
- name: NuGet
7373
env:
7474
NUGET_KEY: ${{ secrets.NUGET_KEY }}
7575
shell: cmd
76-
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
76+
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate

0 commit comments

Comments
 (0)