Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
build: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 1, 2024
1 parent 545e40f commit 1181b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -40,7 +40,7 @@ jobs:
run: call .\.github\workflows\build.bat

- name: upload an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ucxxrt
path: ucxxrt\
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: call .\.github\workflows\build.bat

- name: upload an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ucxxrt
path: ucxxrt\
Expand Down

0 comments on commit 1181b2d

Please sign in to comment.