Skip to content

Commit

Permalink
Upgrade actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-hol authored Feb 10, 2024
1 parent 7b0af3b commit 5234d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ./build/fome_simulator 10

- name: Upload Linux built simulator
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fome_simulator_linux
path: ./simulator/build/fome_simulator

0 comments on commit 5234d92

Please sign in to comment.