Skip to content

Commit

Permalink
update actions to newest versions available
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 29, 2024
1 parent 35b5587 commit f1a3fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mv ${{ steps.install_deps.outputs.image }} photonvision_${{ matrix.name }}.img
sudo xz -T 0 -v photonvision_${{ matrix.name }}.img
- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.3.4
with:
name: photonvision_${{ matrix.name }}.img.xz
path: photonvision_${{ matrix.name }}.img.xz
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
# Download literally every single artifact
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4.1.8
- run: find
# Push to dev release
- uses: pyTooling/Actions/releaser@v1.0.5
Expand All @@ -85,7 +85,7 @@ jobs:
**/*.xz
if: github.event_name == 'push'
# Upload all xz archives to GH tag if tagged
- uses: softprops/action-gh-release@v2.0.6
- uses: softprops/action-gh-release@v2.0.8
with:
files: |
**/*.xz
Expand Down

0 comments on commit f1a3fe4

Please sign in to comment.