Skip to content

Commit f05e4b8

Browse files
committed
Update actions/upload-artifact package
1 parent c97636f commit f05e4b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet pack --no-build --no-restore -c ${{ matrix.configuration }} -o dist
5555

5656
- name: publish artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: VbaCompression_${{ env.VersionSuffix }}_${{ matrix.configuration }}_${{ matrix.os }}
6060
path: '${{ github.workspace }}/dist'

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: labels
22

33
on:
44
push:
5-
branches: main
5+
branches: [ main ]
66
paths:
77
- '.github/labels.json'
88
workflow_dispatch:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet pack --no-build --no-restore -o dist
4949

5050
- name: publish artifact
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: VbaCompression_packages
5454
path: |

0 commit comments

Comments
 (0)