Skip to content

Commit fd8e11a

Browse files
authored
updated build.yaml (#5)
* Update build.yml updating action versions * Update build.yml with this branch * Update build.yml upload-artifact version * Update build.yml to remove this branch
1 parent 583b99e commit fd8e11a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout project repo from GitHub
42-
uses: actions/checkout@v1
42+
uses: actions/checkout@v4
4343

4444
- name: Executable name Environment Variable Check
4545
run: |
@@ -91,7 +91,7 @@ jobs:
9191
done
9292
9393
- name: Upload output files to GitHub so they can be reviewed
94-
uses: actions/upload-artifact@v1
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: project_output
9797
path: ${{runner.workspace}}/build/artifacts

0 commit comments

Comments
 (0)