Skip to content

Commit

Permalink
chore: bump artifact actions for compatibility with runners
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Aug 26, 2024
1 parent 251649f commit 62a6c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
version: latest
args: build --clean --verbose --single-target --snapshot
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: lagoon-linter
path: dist/*
cli-test:
runs-on: ubuntu-latest
needs: build
needs: build-snapshot
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: lagoon-linter
path: ./dist
Expand Down

0 comments on commit 62a6c65

Please sign in to comment.