Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 5, 2024
1 parent 2a57864 commit 1d46488
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: Chromium-Web-Browser-i386.AppImage
path: 'dist'
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: Chromium-Web-Browser-i386.AppImage

Expand All @@ -53,5 +53,5 @@ jobs:
prerelease: false
draft: false
files: |
Chromium-Web-Browser-i386.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/gimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: GIMP-i386.AppImage
path: 'dist'
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: GIMP-i386.AppImage

Expand All @@ -53,5 +53,5 @@ jobs:
prerelease: false
draft: false
files: |
GIMP-i386.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/kdegames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: KDE-games-suite-i386.AppImage
path: 'dist'
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: KDE-games-suite-i386.AppImage

Expand All @@ -53,5 +53,5 @@ jobs:
prerelease: false
draft: false
files: |
KDE-games-suite-i386.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/vlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: VLC-i386.AppImage
path: 'dist'
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: VLC-i386.AppImage

Expand All @@ -53,5 +53,5 @@ jobs:
prerelease: false
draft: false
files: |
VLC-i386.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d46488

Please sign in to comment.