mirror of
				https://github.com/raylib-cs/raylib-cs
				synced 2025-11-02 05:06:44 -05:00 
			
		
		
		
	Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#266)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -139,27 +139,27 @@ jobs:
 | 
			
		||||
      - name: checkout repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - uses: actions/download-artifact@v3
 | 
			
		||||
      - uses: actions/download-artifact@v4.1.7
 | 
			
		||||
        with:
 | 
			
		||||
          name: linux-x64
 | 
			
		||||
          path: Raylib-cs/runtimes/linux-x64/native
 | 
			
		||||
 | 
			
		||||
      - uses: actions/download-artifact@v3
 | 
			
		||||
      - uses: actions/download-artifact@v4.1.7
 | 
			
		||||
        with:
 | 
			
		||||
          name: osx-arm64
 | 
			
		||||
          path: Raylib-cs/runtimes/osx-arm64/native
 | 
			
		||||
 | 
			
		||||
      - uses: actions/download-artifact@v3
 | 
			
		||||
      - uses: actions/download-artifact@v4.1.7
 | 
			
		||||
        with:
 | 
			
		||||
          name: osx-x64
 | 
			
		||||
          path: Raylib-cs/runtimes/osx-x64/native
 | 
			
		||||
 | 
			
		||||
      - uses: actions/download-artifact@v3
 | 
			
		||||
      - uses: actions/download-artifact@v4.1.7
 | 
			
		||||
        with:
 | 
			
		||||
          name: win-x86
 | 
			
		||||
          path: Raylib-cs/runtimes/win-x86/native
 | 
			
		||||
 | 
			
		||||
      - uses: actions/download-artifact@v3
 | 
			
		||||
      - uses: actions/download-artifact@v4.1.7
 | 
			
		||||
        with:
 | 
			
		||||
          name: win-x64
 | 
			
		||||
          path: Raylib-cs/runtimes/win-x64/native
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user