Skip to content

Commit

Permalink
update gh actions | sas
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanschroeter committed Oct 24, 2024
1 parent 3e14391 commit 2e4b872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install"
uses: ./docker/node/
env:
Expand All @@ -40,9 +40,9 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Restore build artifact"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: sample-build
path: ./dist/sample-integration-angular
Expand Down

0 comments on commit 2e4b872

Please sign in to comment.