Skip to content

Commit

Permalink
Pin upload-artifact to 4.3.5 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
drebrez authored Aug 12, 2024
1 parent a7ae0f8 commit bd1cde8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: dotnet publish SQLSchemaCompare.UI.csproj --no-build --no-restore -c Release -r win-x64
working-directory: SQLSchemaCompare.UI
- name: Upload SQLSchemaCompare artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.5
with:
name: SQLSchemaCompare
path: SQLSchemaCompare
- name: Upload win-x64 artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.5
with:
name: publish-win
path: .publish
Expand All @@ -47,7 +47,7 @@ jobs:
run: dotnet publish SQLSchemaCompare.UI.csproj --no-build --no-restore -c Release -r linux-x64
working-directory: SQLSchemaCompare.UI
- name: Upload linux-x64 artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.5
with:
name: publish-linux
path: .publish
Expand All @@ -60,7 +60,7 @@ jobs:
run: dotnet publish SQLSchemaCompare.UI.csproj --no-build --no-restore -c Release -r osx-x64
working-directory: SQLSchemaCompare.UI
- name: Upload osx-x64 artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.5
with:
name: publish-osx
path: .publish
Expand Down

0 comments on commit bd1cde8

Please sign in to comment.