Skip to content

Commit

Permalink
Update upload-artifact and download-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Sep 3, 2024
1 parent b3a494a commit 82de68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build NuGet package
run: dotnet pack src/SemanticVersioning --configuration=Release --no-build --output nuget
- name: Upload NuGet artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: nuget-package
path: nuget
Expand All @@ -47,7 +47,7 @@ jobs:
run: echo "version=$((Select-Xml -Path ./src/SemanticVersioning/SemanticVersioning.csproj -XPath '/Project/PropertyGroup/Version/text()').node.Value)" >> $env:GITHUB_OUTPUT
shell: pwsh
- name: Download NuGet artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nuget-package
path: nuget
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
}
echo "version=$version" >> $env:GITHUB_OUTPUT
- name: Download NuGet artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nuget-package
path: nuget
Expand Down

0 comments on commit 82de68d

Please sign in to comment.