Skip to content

Commit cf74367

Browse files
author
Jason A. Crome
committed
Update upload artifacts to latest version
GitHub deprecated v2 of upload artifacts. More here: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
1 parent 23d5ae1 commit cf74367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Archive artifacts
7373
if: ${{ matrix.perl-version == 'latest' }}
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: the-dancer
7777
path: |

0 commit comments

Comments
 (0)