Skip to content

Commit

Permalink
Update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 11, 2023
1 parent 99d4041 commit 7d3f2e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache ~/perl5
uses: actions/cache@v2
uses: actions/cache@v3
with:
key: ${{ runner.os }}-dist-locallib
path: ~/perl5
Expand All @@ -50,7 +50,7 @@ jobs:
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
dzil build --in build-dir
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: ./build-dir
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

steps:
- name: Get dist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist

Expand Down

0 comments on commit 7d3f2e0

Please sign in to comment.