Skip to content

Commit

Permalink
chore(deps): updated obsolete actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 5, 2024
1 parent 890edcc commit 8f10b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: CI/CD
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
id: dist-artifact
with:
name: dist-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Tag
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
./build.sh
- name: Compressing and relabeling build
Expand Down

0 comments on commit 8f10b51

Please sign in to comment.