summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-04-21 23:24:53 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-04-21 23:24:53 -0400
commit3e10ed1b554054fc440bb7d822f0c157a6327631 (patch)
tree55dabf68f74ef439580780eda2a938c0e874354e
parent1e33611601baa1c2c85c376afcde62bbcd251345 (diff)
downloaduri-3e10ed1b554054fc440bb7d822f0c157a6327631.tar.gz
Bump GH actions to next major versions
-rw-r--r--.github/workflows/dzil-build-and-test.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml
index 36a9c4c..1b191e5 100644
--- a/.github/workflows/dzil-build-and-test.yml
+++ b/.github/workflows/dzil-build-and-test.yml
@@ -19,7 +19,7 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Run Tests
env:
AUTHOR_TESTING: 1
@@ -27,7 +27,7 @@ jobs:
EXTENDED_TESTING: 1
RELEASE_TESTING: 1
run: auto-build-and-test-dist
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
name: build_dir
path: build_dir
@@ -38,8 +38,8 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- - uses: actions/checkout@v2 # codecov wants to be inside a Git repository
- - uses: actions/download-artifact@v2
+ - uses: actions/checkout@v3 # codecov wants to be inside a Git repository
+ - uses: actions/download-artifact@v3
with:
name: build_dir
path: .
@@ -75,7 +75,7 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
with:
name: build_dir
path: .
@@ -116,7 +116,7 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
with:
name: build_dir
path: .
@@ -153,7 +153,7 @@ jobs:
with:
perl-version: ${{ matrix.perl-version }}
distribution: strawberry # this option only used on windows
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
with:
name: build_dir
path: .