Skip to content

Commit 2dd9654

Browse files
authored
Merge pull request #225 from coldbox-modules/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents c4e15e4 + 5126832 commit 2dd9654

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload Test Results Artifacts
9292
if: always()
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: test-results-${{ matrix.cfengine }}
9696
path: |
@@ -99,7 +99,7 @@ jobs:
9999
# Leaving this here for future debugging
100100
# - name: Upload tmp folder as artifact
101101
# if: always()
102-
# uses: actions/upload-artifact@v4
102+
# uses: actions/upload-artifact@v5
103103
# with:
104104
# name: tmp-folder
105105
# path: models/tmp/
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Upload Debugging Info To Artifacts
126126
if: ${{ failure() }}
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: Failure Debugging Info - ${{ matrix.cfengine }}
130130
path: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload Debugging Info To Artifacts
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: Failure Debugging Info - ${{ matrix.cfengine }}
8989
path: |

0 commit comments

Comments
 (0)