File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 run : dotnet pack --output build --configuration ${{ inputs.configuration }} -p:Version=${{ inputs.version }} ${{ inputs.project }}
3636
3737 - name : Upload nuget artifact
38- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
38+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
3939 with :
4040 name : ${{ inputs.nuget_artifact }}
4141 retention-days : 1
Original file line number Diff line number Diff line change 7272 files : helm-releases/${{ steps.variables.outputs.name }}-${{ inputs.version }}.tgz
7373
7474 - name : Upload workflow artifact
75- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
75+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
7676 with :
7777 path : helm-releases/${{ steps.variables.outputs.name }}-${{ inputs.version }}.tgz
7878
You can’t perform that action at this time.
0 commit comments