Skip to content

Commit 8e31c15

Browse files
committed
update deprecated action version
1 parent 4f95e32 commit 8e31c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Upload Test Results to Artifacts
118118
if: always()
119-
uses: actions/upload-artifact@v2
119+
uses: actions/upload-artifact@v4.4.3
120120
with:
121121
name: test-results-${{ matrix.cfengine }}
122122
path: |
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Upload Debug Logs To Artifacts
131131
if: ${{ failure() }}
132-
uses: actions/upload-artifact@v2
132+
uses: actions/upload-artifact@v4.4.3
133133
with:
134134
name: Failure Debugging Info - ${{ matrix.cfengine }}
135135
path: |

0 commit comments

Comments
 (0)