Skip to content

Commit e2a42a7

Browse files
committed
Update actions/upload-artifact action to v3.1.2
1 parent faf6f22 commit e2a42a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
dotnet nuke Pack --skip
116116
- name: 🏺 Publish coverage data
117117
if: always()
118-
uses: actions/[email protected].1
118+
uses: actions/[email protected].2
119119
with:
120120
name: 'coverage'
121121
path: 'coverage/'
@@ -126,19 +126,19 @@ jobs:
126126
name: 'actions-${{ matrix.os }}'
127127
- name: 🏺 Publish logs
128128
if: always()
129-
uses: actions/[email protected].1
129+
uses: actions/[email protected].2
130130
with:
131131
name: 'logs'
132132
path: 'artifacts/logs/'
133133
- name: 🏺 Publish test data
134134
if: always()
135-
uses: actions/[email protected].1
135+
uses: actions/[email protected].2
136136
with:
137137
name: 'test data'
138138
path: 'artifacts/test/'
139139
- name: 🏺 Publish NuGet Packages
140140
if: always()
141-
uses: actions/[email protected].1
141+
uses: actions/[email protected].2
142142
with:
143143
name: 'nuget'
144144
path: 'artifacts/nuget/'

0 commit comments

Comments
 (0)