Skip to content

Commit 4ccc9d0

Browse files
committed
publish checkout v4
1 parent 96f833d commit 4ccc9d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Download artifacts
1818
uses: actions/download-artifact@v4.1.7
1919
id: download
2020
with:
2121
name: 'packages'
22-
path: './packages'
22+
path: './packages/release'
2323

2424
- name: Publish packages
2525
uses: './.github/actions/dotnet/nuget'

0 commit comments

Comments
 (0)