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

Commit

Permalink
ci(wokwi_tests): upgrade action dependencies
Browse files Browse the repository at this point in the history
should reduce Node.js 16 deprecation warnings
  • Loading branch information
urish committed Feb 1, 2024
1 parent dce1e93 commit 5f71261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wokwi_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# need python and requirements
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install -r tt/requirements.txt
Expand All @@ -50,7 +50,7 @@ jobs:
# does the wokwi project have a truthtable?
- name: Check the truthtable exists
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "src/truthtable.md"

Expand All @@ -65,7 +65,7 @@ jobs:
- name: upload vcd
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-vcd
path: src/*.vcd

0 comments on commit 5f71261

Please sign in to comment.