Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Apr 28, 2024
1 parent 6b500fc commit 81732d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildTestInstance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.4

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.1.0
with:
python-version: '3.12' # install the python version needed

Expand All @@ -44,7 +44,7 @@ jobs:
run_job_url: ${{ github.event.client_payload.run_job_url }}

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.3.3
with:
name: Cleanroom_MMC
# A file, directory or wildcard pattern that describes what to upload
Expand Down

0 comments on commit 81732d9

Please sign in to comment.