Skip to content

Commit

Permalink
use the latest version of those github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Mar 3, 2024
1 parent fd38bfb commit a8f8e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
container:
image: perl:5.38
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cpanm --quiet --notest App::ModuleBuildTiny
- run: mbtiny dist
- run: echo ./App-perlbrew-*.tar.gz
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: App-perlbrew-tarball
path: ./App-perlbrew-*.tar.gz
Expand All @@ -28,7 +28,7 @@ jobs:
container:
image: perl:${{ matrix.version }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: App-perlbrew-tarball
- run: echo ./App-perlbrew-*.tar.gz
Expand Down

0 comments on commit a8f8e46

Please sign in to comment.