Skip to content

Commit

Permalink
Merge pull request #6378 from elsa-workflows/feature/artifact
Browse files Browse the repository at this point in the history
Updated deprecated artifact
  • Loading branch information
MariusVuscanNx authored Feb 6, 2025
2 parents dfc3bc4 + 9bd41f1 commit f4c2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: elsa-nuget-packages
path: packages/*nupkg
Expand Down

0 comments on commit f4c2fdf

Please sign in to comment.