Skip to content

Commit ec848d9

Browse files
authored
Merge pull request #96 from EvoEsports/ci-fix
Fix Nuget push
2 parents a5ff1de + 3a14f67 commit ec848d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
dest: package.zip
3838

3939
- name: Upload Artifact
40-
uses: actions/upload-artifact@v1
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: package
4343
path: ${{ github.workspace }}/package.zip

0 commit comments

Comments
 (0)