Skip to content

Commit

Permalink
Updating deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-berg committed Jan 20, 2025
1 parent 0627175 commit e3d6c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dotnet pack DataDude/DataDude.csproj --configuration Release -o ${{ github.workspace }}/artifact

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ADatabaseFixture
path: ${{ github.workspace }}/artifact/**/*
Expand Down

0 comments on commit e3d6c83

Please sign in to comment.