Skip to content

Commit 55eef15

Browse files
authored
Update release.yml
1 parent 962ab00 commit 55eef15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Bump version and push tag
3535
id: tag_version
36-
uses: mathieudutour/github-tag-action@v6.0
36+
uses: mathieudutour/github-tag-action@v6.2
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939

@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet build -c Release SharedCode.sln && dotnet pack -c Release -p:PackageVersion=${{ steps.tag_version.outputs.new_version }} -o . SharedCode.sln
4949

5050
- name: Upload Package for Publishing
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4.6.1
5252
with:
5353
name: PackedLib
5454
path: ./*.nupkg
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: windows-latest
6060
steps:
6161
- name: Download built project
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4.1.8
6363
with:
6464
name: PackedLib
6565

@@ -77,7 +77,7 @@ jobs:
7777
runs-on: windows-latest
7878
steps:
7979
- name: Download built project
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4.1.8
8181
with:
8282
name: PackedLib
8383

0 commit comments

Comments
 (0)